Interactive todo list web application
Go to file
fram3d a2ec1aeebd
fix typo
2024-02-14 00:25:59 +01:00
build-deb fix taskuser delition after removing tasks and repsonse.html 2024-01-19 00:07:17 +01:00
taskmanager fix typo 2024-02-14 00:25:59 +01:00
.gitignore update README install instructions and add var to .gitignore 2024-01-18 12:37:07 +01:00
LICENSE change more filenames and strings to say taskmanager instead of flaskapp 2024-01-16 13:24:45 +01:00
README.md Changed to relative path and updated the documentation 2024-01-21 13:16:44 +01:00
init_db.py fix init_db file and run.py 2024-01-16 13:28:11 +01:00
requirments.txt init 2023-10-20 15:20:56 +02:00
run.py fix init_db file and run.py 2024-01-16 13:28:11 +01:00

README.md

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