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.json
toconfig/config.json
and fill the configuration details -
npm start
-
And to stop, run
npm run stop