A simple list using Flask and a text file
| static | ||
| templates | ||
| .gitattributes | ||
| .gitignore | ||
| .python-version | ||
| app.py | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| uv.lock | ||
| wsgi.py | ||
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