Skip to content

yinotherhino/Express-Rest-Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task

1. NO_SQL

Implement this task using MongoDB

Clarification

  • 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)

Hosting

  • Host your application on Heroku

Documentation

  • document your API with

https://elements.getpostman.com/redirect?entityId=23865017-a3814ec7-a72e-4319-a66b-1a775b650c5c&entityType=collection

About

Express Rest Api with Jade template engin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published