Author - Akhil Sharma
This project uses the nodeJS-starter project on my github. Just a demo to show you could build any project with that same starter kit Nodejs CRUD API that uses Nodejs, Express and MongoDB.
NodeJs - A JavaScript runtime environment
Express - A NodeJs framework
MongoDB - A NoSQL database
to setup this project, run the following commands on your terminal
1. to clone the project `git clone`
2. navigate to the project directory `cd node-crud`
3. install cesary packages, modules `npm install`
4. to run the project `npm start`
5. using POSTMAN you can use this default url of `https://localhost:3000`