Backend part for the QB project.
- 
Install and configure MongoDB (Debian)
MongoDB installation instructions https://www.digitalocean.com/community/tutorials/how-to-install-mongodb-on-ubuntu-14-04
 - 
Clone the repo
git clone https://github.com/AnshulMalik/qb-backend.git - 
cd qb-backend - 
Install the dependencies
npm install - 
Copy
config/config-sample.jsontoconfig/config.jsonand fill the configuration details - 
npm start - 
And to stop, run
npm run stop