Api built with Express.js, faker, joi and deployed in heroku. This api is based on an e-commerce and has different endpoints such as products, users and categories
- Get all ---> /api/v1/{endpoint}/
- Get a specific ---> /api/v1/{endpoint}/id
- Products:
- name: String
- price: Number
- image: URL
- Users:
- name: String,
- address: String,
- phone: Number,
- email: email
- Categories:
- name: String,
- products: Number
- Delete one ---> /api/v1/{endpoint}/id
- NodeJS
- ExpressJS
- Faker
- Joi
- Heroku
Made with 💜 by emanuelalvaradog