Skip to content

adrukh/todomvc-mongodb

This branch is 5 commits ahead of googlearchive/todomvc-mongodb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d77fd83 · Jul 24, 2016
Oct 17, 2014
Oct 17, 2014
Oct 10, 2014
Apr 30, 2015
Aug 18, 2012
Dec 28, 2015
Apr 30, 2015
Oct 17, 2014
Sep 10, 2014
Oct 5, 2014
Oct 10, 2014
Jul 24, 2016
Apr 30, 2015
Oct 17, 2014

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.9%
  • HTML 17.1%