A simple list using Flask and a text file
Find a file
2026-01-03 17:26:46 +11:00
static css hell 2025-06-04 19:26:42 +10:00
templates added 404 handling 2025-06-12 22:11:15 +10:00
.gitattributes Initial commit 2025-06-03 22:26:43 +10:00
.gitignore Migrate to UV 2025-11-11 17:07:51 +11:00
.python-version Migrate to UV 2025-11-11 17:07:51 +11:00
app.py added 404 handling 2025-06-12 22:11:15 +10:00
LICENSE Initial commit 2025-06-03 22:26:43 +10:00
pyproject.toml Update pyproject.toml 2026-01-03 17:26:46 +11:00
README.md Migrate to UV 2025-11-11 17:07:51 +11:00
uv.lock Migrate to UV 2025-11-11 17:07:51 +11:00
wsgi.py Migrate to UV 2025-11-11 17:07:51 +11:00

Shopping List

A simple website that allows adding and removing items from a list using a text file instead of SQLite as a backend. Made to learn Flask and will probably be used for shopping.


To start a development server, use uv:

uv run flask run