WaifuLand is a REST API that provides information about the anime world. It is a project that is still in development, but it is already functional.
- The project is a REST API which gives random waifu images, they are uploaded to cloudinary and their public url is stored in mongodb
- Learning throught documentation and breaking things
- Expect many bugs and errors in the code
- You are free to collaborate with the project or use it as you wish
GET
Grab a random imageapi/images
GET
Grab an array of random imagesapi/images?size=<Size>
GET
Grab a random imageapi/images?tag_id=<tag_id>
$ curl https://waifuland.jonathan.com.ar/api/images -H "Accept: application/json"
$ curl https://waifuland.jonathan.com.ar/api/images\?size\=5\&tag_id\=1 -H "Accept: application/json"
- Bunjs
- Express
- Typescript
- Multer
- Cloudinary
- Mongodb
- Mongoose
- Rollbar
- Husky
Fill the fields in the .env.example
# App port
PORT=
# Your mongodb uri
DB_HOST=
# Your secret hash for signing petitions
TOKEN=
# Your cloudinary information
CLOUD_NAME=
CLOUD_API_KEY=
CLOUD_SECRET=
CLOUDINARY_URL=
# Rollbar information
ROLLBAR_TOKEN=
ROLLBAR_ENVIRONMENT=
>> cp .env.example .env
>> bun install
>> bun run dev
📦src
┣ 📂app
┣ 📂common
┣ 📂image
┗ 📂user
┃ ┣ 📂dto
┃ ┣ 📂interfaces
┃ ┃ ┗ 📜user-interface.ts
┃ ┣ 📂schema
┃ ┃ ┗ 📜user-schema.ts
┃ ┣ 📜user-controller.ts
┃ ┣ 📜user-middleware.ts
┃ ┣ 📜user-repository.ts
┃ ┣ 📜user-routes.ts
┃ ┗ 📜user-service.ts
This project is under the MIT license. See the LICENSE for more information.
- For more information, check the CONTRIBUTE file
Thanks goes to these wonderful people (emoji key):
Jonathan Dyallo 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!