Skip to content

Files

Latest commit

author
Kirill Zdornyy
May 10, 2013
9035024 · May 10, 2013

History

History
10 lines (6 loc) · 615 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 615 Bytes

Basic CRUD with Node.js, MongoDB and AngularJS.

List, create, read, update and delete documents using AngularJS $resource on the front end, basic Node.js API on the back end and MongoDB.

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.

Run "npm install" to install "mongodb" Node.js module dependency.

This code is for instructional purposes only and should not be used in production due to major security inconsiderations.