Pre-requisites: -nodejs -mongodb
Steps to run the project:
- run
npm install
in console - Make sure your MongoDB runs on port 27017 otherwise you can change the port from
config.js
file. - Create a database inside MongoDB named Atks
- run
node server.js
in console - open your browser and visit http://localhost:3000