This is a simple Web Backend API for Comic Books Rental Service.
Project is created with:
- NodeJs, Express
- RESTful APIs
- Mongodb, Mongoose
- JSON Web Tokens (JWT)
- Heroku (PaaS)
- Mongodb Atlas (DaaS)
- CR Operations on Users
- Authentication & Authorization on Users
- CRUD Operations on Genres
- CRUD Operations on Comics
- CRUD Operations on Customers
- CR Operations on Rentals
- C Operations on Returns
The backend service is hosted on Heroku at: https://cryptic-temple-77802.herokuapp.com
Feel free to test the APIs with your own browser or using Postman.