You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,4 +5,6 @@ List, create, read, update and delete documents using AngularJS $resource on the
5
5
6
6
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.
7
7
8
+
Run "npm install" to install "mongodb" Node.js module dependency.
9
+
8
10
This code is for instructional purposes only and should not be used in production due to major security inconsiderations.
0 commit comments