Implement this task using MongoDB
- Convert your week-6 task database into a NOSQL DB using
MONGODB
.
- Implement all functionalities as in the previous tasks
- Implement pagination with limit of 5 values for each page`
- Create Authentication and Authorization using a middleware function
- Implement Validation for incoming request using Joi or Zod
- Only registered users can access all
endpoints
- Containerize the app.
- Use mongoDB-compass for local development
Test Coverage (Test is mandatory. No tests equals zero(0) marks):
- Test your database using mongodb-memory-server
- Test all endpoints
(GET, POST, PUT, DELETE)
- Host your application on Heroku
https://elements.getpostman.com/redirect?entityId=23865017-a3814ec7-a72e-4319-a66b-1a775b650c5c&entityType=collection