Skip to content

wkimeria/todo_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo_api (sample Flask Todo App)

To run

From the /todo_api directory

export FLASK_APP=todo
export FLASK_ENV=development

and then

flask run

To initialize the database (sqlite3)

flask init-db

To install

pip install -e .

To test

pip install pytest

pyest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages