This is a simple ToDo application built using Flask, Flask-SQLAlchemy, and deployed on Heroku using Gunicorn as the WSGI server. The app allows users to create, read, update, and delete tasks, providing a straightforward interface for managing daily tasks.
- User-friendly interface to manage tasks
- Create new tasks
- View existing tasks
- Update task details
- Delete tasks
- Persistent storage using SQLite on Heroku
- Flask: A lightweight WSGI web application framework in Python.
- Flask-SQLAlchemy: An extension for Flask that adds support for SQLAlchemy, a powerful ORM.
- Gunicorn: A Python WSGI HTTP Server for UNIX, used to serve the application in production.
- Heroku: A cloud platform that enables developers to build, run, and operate applications entirely in the cloud.