This Project was made for the coursera course "Server-side Development with NodeJS, Express and MongoDB"
- In a CMD run "mongod --dbpath=data --bind_ip 127.0.0.1" to start mongoDB
- Then Install the project dependencies with "npm install"
- To Start the Server use "npm start"
- Make requests to "http://localhost:3000/"