Simple todo list using MEAN stack and ng-restful-collection
##Startup
- Install and start MongoDB (http://docs.mongodb.org/master/installation/)
- Install NodeJS (https://nodejs.org/en/download/)
- Run
npm install -g bower
- Run
npm install
- Run
bower install
- Run
node server.js
The application should now be running on localhost:3000
.