Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tutorial on basic CRUD using Node.js, MongoDB and AngularJS.

Resources

Stars

26 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors