Requirements
Node and npm
Installation
Clone the repo Start the MongoDB: 1) sudo service mongod start 2) mongo
Install dependencies: npm install
Start the server: node server.js
Testing the API Test your API using Postman or REST client Test your Database using Robomongo