taskmanager

Interactive TODO list web application

Development Setup

install python and pip

pip install virtualenv
python -m venv venv #/path/to/new/virtual/environment
source venv/bin/activate #activate virtual env
pip install -r requirements.txt
python3 ./init_db.py #initialize database

python3 ./run.py 

Build app

cd build-deb/ make sudo apt install ./flaskapp.deb

Description
Interactive todo list web application
Readme 49 KiB
Languages
Python 44.3%
HTML 19.6%
CSS 18.5%
Makefile 13.9%
Shell 3.7%