oalami / todomvc-mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

TodoMVC

Website    Blog    TasteJS

Run the app

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

License

Everything in this repo is MIT License unless otherwise specified.

MIT © Addy Osmani, Sindre Sorhus, Pascal Hartig, Stephen Sawchuk.

About

License:Other


Languages

Language:JavaScript 82.9%Language:HTML 17.1%