File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 11Created as part of the course on "REST API".
2+
23Demonstrates the setting up of URI for the REST API
34
45http://www.acloudfan.com/learn-REST-API
@@ -8,13 +9,17 @@ Following node practices defined here:
89https://github.com/felixge/node-style-guide
910https://blog.risingstack.com/node-js-best-practices/
1011
12+ Recent Change - 12/25/2017
13+ * Data updated for the testing.
14+ ** Instead of providing the User/Password now the URI for DB is used in the format:
1115
16+ mongodb://<user >:<password >@SERVER : PORT /DB-NAME
1217
13181 . Clone this project on local file system
14192 . Pre-requisistes
15- a. Understanding of Node/Npb. Understanding of Node/Npm
20+ a. Understanding of node/npm
1621 b. An instance of MongoDB available either locally or remotely
17- c. Imported the data available in the repository
22+ c. Import the data available in the repository
1823
19243 . Run > npm install
2025 Deploys the packages
You can’t perform that action at this time.
0 commit comments