Interactive todo list web application
|
||
---|---|---|
build-deb | ||
taskmanager | ||
.gitignore | ||
init_db.py | ||
LICENSE | ||
README.md | ||
requirments.txt | ||
run.py |
Task Manager
Interactive TODO list web application
Development Setup
Install python and pip on local machine
pip install virtualenv
python -m venv venv #/path/to/new/virtual/environment
source venv/bin/activate #activate virtual env
pip install -r requirments.txt
python3 ./init_db.py #initialize database
python3 ./run.py #run project
On database changes
Delete file /instance/taskmanager.db
And reinit the db
python3 ./init_db.py
Build app
cd build-deb/
make
Install app
apt install ./build-deb/taskmanager.deb