Skip to content

rapidoo/nodejs-mongo-angular-crud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published