A basic app that helped me learn Flask and Python virtual environments.
This is a to-do web app connected to a SQLite instance for storing entries. Not intended for reuse - it was a learning project.
- Python
- Flask 2.2.3
- virtualenv
- SQLAlchemy with SQLite
This is my code for the "Learn Flask for Python" tutorial from freeCodeCamp.