Interactive todo list web application
Go to file
fram3d 066bac721b
add password to user registration and remove file copies from build dir
2024-01-18 12:32:09 +01:00
build-deb add password to user registration and remove file copies from build dir 2024-01-18 12:32:09 +01:00
taskmanager add password to user registration and remove file copies from build dir 2024-01-18 12:32:09 +01:00
.gitignore add password to user registration and remove file copies from build dir 2024-01-18 12:32:09 +01:00
LICENSE change more filenames and strings to say taskmanager instead of flaskapp 2024-01-16 13:24:45 +01:00
README.md README update 2024-01-18 02:04:32 +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/
sudo apt install ./flaskapp.deb
make