todo-app It's a todo app make with pure javascript server/client side. Requeriments Nodejs v4.6.0 and npm. Mongodb database. Installation Clone the repo. Install the dependencies with bower install && npm install. Usage You can build the assets and run the server with npm start or in a port specific PORT=4001; npm start.