Skip to content

Commit 9035024

Browse files
author
Kirill Zdornyy
committed
Add comment to README.md
The user needs to have "mongodb" Node.js module installed.
1 parent 2b7d9a0 commit 9035024

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,6 @@ List, create, read, update and delete documents using AngularJS $resource on the
55

66
It is assumed that you have a MongoDB server that does not require authentication running locally on your machine on port 27017. This can always be changed in app.js if you want to use something like MongoLab.
77

8+
Run "npm install" to install "mongodb" Node.js module dependency.
9+
810
This code is for instructional purposes only and should not be used in production due to major security inconsiderations.

0 commit comments

Comments
 (0)