Skip to content

wangjun/todowhat

 
 

Repository files navigation

TodoWhat

Todowhat is a task management tool built with backbone.js and Flask.

Demo

Demo on heroku

Documentation

Todowhat was built as an intern project by Andrew Low at Atchai Digital. There are several resources available to help others use it as a didactic tool:

Installation

git clone git@github.com:atchai/todowhat.git
cd todowhat
sudo apt-get install npm python-pip python-dev
sudo pip install virtualenv
virtualenv flask
. flask/bin/activate
pip install -r requirements.txt
npm install
gulp
./db_create.py
./run.py

In your browser, navigate to: http://127.0.0.1:5000

Development

While developing, use gulp watch to continuously watch JavaScript source files for changes and recompile.

Testing

JavaScript/Front-end testing:

npm test

Python/Back-end testing: (must activate the virtualenv)

./tests.py

About

Todowhat is a task management tool built with backbone.js and Flask.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.1%
  • HTML 2.9%
  • Python 2.1%
  • CSS 0.9%