angular-fullstack demo: angularjs, mongodb, express for CRUD demo
features:
search pagination sorting create update delete list
-
demo url: http://dixitruth.com:9000/
-
implement locally (make sure your mongod is running):
$ git clone ...;
$ npm install
$ bower install
$ grunt serve
To see what happends on http://localhost:9000
Will continue to improve.