#How to Start
in the terminal:
$ npm install --save // install dependencies
$ mongod // start mongodb
$ node app.js // start the app.js file
#How to Start
in the terminal:
$ npm install --save // install dependencies
$ mongod // start mongodb
$ node app.js // start the app.js file