Skip to content
This repository has been archived by the owner on Jan 26, 2018. It is now read-only.

googlearchive/todomvc-mongodb

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