This app shows how to use Flask for User registration, Authentication and CRUD by task. Stack: Python, Flask, htmx and Javascript.
Use the package manager pip to install the required dependencies
pip install -r requirements.txt
pip3 install -r requirements.txt
python run.py
python3 run.py