https://www.udemy.com/course/rest-api/?referralCode=ADE763DAA790A3F0D211
October 2019 Converted the code to use MongoDB Cloud Updated the package.json with latest versions Took care of the depercations Updated the index.js for DB parameters setting
December 2017 Updated the DB Connection code Data updated for the testing. Instead of providing the User/Password now the URI for DB is used in the format: mongodb://:@SERVER:PORT/DB-NAME
- Clone this project on local file system
git clone https://github.com/acloudfan/REST-API-Course-V2.git
-
Pre-requisistes a. Understanding of node/npm b. An instance of MongoDB available either locally or remotely c. Import the data available in the repository
-
Run > npm install Deploys the packages express body-parser mongoose
-
Switch between branches
git checkout errorhandling
-
create the project
-
git init
-
add .gitignore
-
npm init
-
npm install the packages (express,body-parser,mongoose)
-
create folder = models
https://github.com/felixge/node-style-guide https://blog.risingstack.com/node-js-best-practices/