This sample app is based on TodoMVC framework.
TodoMVC is a project which offers the same Todo application implemented using MV* concepts in most of the popular JavaScript MV* frameworks of today.
To get the app running, follow the instructions below:
- Install and run MongoDB
$ sudo apt-get install mongodb
$ sudo service mongodb stop
$ sudo mkdir $HOME/db ; sudo mongod --dbpath $HOME/db --port 80 --fork --logpath /var/tmp/mongodb - Install and run the app
$ git clone
$ cd todomvc-mongodb, npm install
$ node server.js --fe_ip --be_ip
Everything in this repo is MIT License unless otherwise specified.
MIT © Addy Osmani, Sindre Sorhus, Pascal Hartig, Stephen Sawchuk.