Skip to content

azach/flask-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This app is built on Flask and Backbone.

Developed using Python 2.7.5

To start:

  • 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()

To run tests:

  • cd into the todo workspace
  • Install dependencies with pip install -r requirements.txt
  • Run python todo_tests.py from the command line.

About

todo app using flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors