This is a simple todo app built using Flask and SQLAlchemy. It allows users to create, read, update, and delete (CRUD) todo items.
- Add new tasks with a title and description.
- View a list of all tasks.
- Update tasks.
- Delete tasks.
- Python
- Flask
- SQLAlchemy
-
Run the Flask application:
python app.py
-
Open your web browser and navigate to http://localhost:8000.
-
Use the app to manage your todo list.