/flaskapp

Primary LanguagePython

TaskManager

#Development run
python app.py

#Production run
make build
make run

#shutdown
make reset