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/rewanth1997/qb-backend -
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