Installation
- Download or clone the project from link
- Install all dependencies by using the command: npm install
- Start your mongodb server by using command: mongod
- Start your node server by using command: node server.js
- Now you can test API by using Postman etc.