Skip to content

Playing around with Flask by doing a simple todo app.

Notifications You must be signed in to change notification settings

Xpshnik/Flask_Todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask_Todo_app

Setup:

POSIX:

python3 -m venv venv

source venv/bin/activate

pip install -r requirements.txt

export FLASK_APP=app.py

flask run

Windows:

python3 -m venv venv

venv/Scripts/activate.bat

pip install -r requirements.txt

set FLASK_APP=app.py

flask run

todo_app

About

Playing around with Flask by doing a simple todo app.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published