Angular, Express, MongoDB demo
Blogs20142014-03-21
Angular, Express, MongoDB
I wrote a sample demo by using angular-fullstack to demonstrate pagination, sorting, search. It is pretty cool.
The demo demonstates a complete implementation of search, sort, pagination, could easily pickup and extendable to complex project.
To implement locally, first make sure your mongod is running, then:
$ git clone ..;
$ npm install
$ bower install
$ grunt serveThen, visit http://localhost:9001 to see the demo!
