/node_instruct

a read me to setup node application

Primary LanguageJavaScriptMIT LicenseMIT

node_instruct

a read me to setup node application

  • install mongodb from https://www.mongodb.org/downloads

  • Install Postman - REST Client

  • at the termial:

  • $ mkdir nameofproject

  • $ cd nameofproject

  • $ touch package.json

  • $ nano package.json

  • add
{
  "name": "node-angular-api",
  "version": "1.0.0",
  "main": "server.js",
  "dependencies": {
        "express": "~4.0.0",
        "mongoose": "~3.6.13"
    }
}
  • save
  • $ npm install

Node: server.js (Static)

HTML: public/index.html (Static)

Angular : create a module, create a controller, and define functions

  • Start db cd in to mongo dir bin * $ ./mongod