install mongodb first, then start mongodb
sudo service mongodb start
npm install
node main.js
You can also add the automation module to run it automatically after every change in back-end code:
npm install -g nodemon
nodemon main.js
2016-03-01
| Name | Name | Last commit date | ||
|---|---|---|---|---|