Developed using Python 2.7.5
- cd into the todo workspace
- Install dependencies with
pip install -r requirements.txt - Create your database in a python console with:
from todo import db
db.create_all()- Run
python todo.pyfrom the command line. - Navigate to http://127.0.0.1:5000/ in a browser.
- cd into the todo workspace
- Install dependencies with
pip install -r requirements.txt - Run
python todo_tests.pyfrom the command line.