Interactive todo list web application
Go to file
fram3d 13d1e1674d
fix taskuser delition after removing tasks and repsonse.html
2024-01-19 00:07:17 +01:00
build-deb fix taskuser delition after removing tasks and repsonse.html 2024-01-19 00:07:17 +01:00
taskmanager fix taskuser delition after removing tasks and repsonse.html 2024-01-19 00:07:17 +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 update README install instructions and add var to .gitignore 2024-01-18 12:37:07 +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 requirements.txt
python3 ./init_db.py #initialize database

python3 ./run.py #run project

Build app

cd build-deb/
make

Install app

apt install ./build-deb/taskmanager.deb