Install Node.js
Install Mongodb
Run Mongodb as a service
Clone this repository
Open Git Bash and navigate to cloned repository
To install the dependencies and start your application, run these commands in Git Bash one by one
$ npm i
$ node app.js
If your application successfully started, you will get the message:
Server Started on port: 3000
*****Database Connection Successfull******
To use application, open a browser of your choice and visit http://localhost:3000