Skip to content

Commit 8bc121b

Browse files
authored
Update README.md
updates
1 parent 18ccc3d commit 8bc121b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Created as part of the course on "REST API".
2+
23
Demonstrates the setting up of URI for the REST API
34

45
http://www.acloudfan.com/learn-REST-API
@@ -8,13 +9,17 @@ Following node practices defined here:
89
https://github.com/felixge/node-style-guide
910
https://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

1318
1. Clone this project on local file system
1419
2. 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

1924
3. Run > npm install
2025
Deploys the packages

0 commit comments

Comments
 (0)