Skip to content

tgwizard/backbone-todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backbone todo-list

This is a small proof-of-concept application, a simple todo-list. It is a single page application implemented using:

A demo is hosted on Heroku: http://tgwizard-todolist.herokuapp.com/

Local setup

For Mac OS X, Linux should be similar.

brew install python
brew install mongodb
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

# Terminal A
mongod

# Terminal B
python app.py # Best for development
# or
gunicorn app:app --error-logfile -
# or
foreman start

Known caveats

About

A small proof-of-concept application, a simple todo-list

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published