angular-node-mongo-crud
Angular Mongo CRUD - For Beginers
How to use:
- clone repo
- cd into the app (folder)
- npm install
- node server.js
- http://localhost:3000
More to come:
- UI enhancements
- Update operation
- Search & pagination operations, but using angular table
- Unit tests