We have used @hapi/joi
library for object validation. Check out the documentation to see more awsome features
- Clone or download the repo
- Run
npm install
to add all the node modules - Replace the values in the ".env" file with your Mongo DB username and password
- You can also change the TOKEN_SECRET in the .env file to anything you like
- Test the server using POSTMAN or INSOMNIA