[FE] Design init

This commit is contained in:
coja
2024-01-18 01:58:03 +01:00
parent 8aa2675240
commit 2c4c9a9802
6 changed files with 270 additions and 58 deletions

View File

@@ -2,11 +2,21 @@
Interactive TODO list web application
# Use
# Development Setup
python3 ./run.py
install python and pip
# Install
```bash
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