An open API service indexing awesome lists of open source software.

https://github.com/suryadipbera1256/todo-app-using-flask-flask-sqlalchemy-gunicorn-heroku

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.
https://github.com/suryadipbera1256/todo-app-using-flask-flask-sqlalchemy-gunicorn-heroku

flask flask-sqlalchemy gunicorn-flask-webserver heroku-deployment python3 sqllite

Last synced: 4 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# ToDo App
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.
### Features
- User-friendly interface to manage tasks
- Create new tasks
- View existing tasks
- Update task details
- Delete tasks
- Persistent storage using SQLite on Heroku
### Technologies Used
- 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.

### Output
![Screenshot 2025-04-18 130722](https://github.com/user-attachments/assets/2141d41a-8f99-4409-ac1d-c4cd5e8e6014)
![Screenshot 2025-04-18 130742](https://github.com/user-attachments/assets/64294b0b-533b-4351-bb11-d2cd91b555e8)
![Screenshot 2025-04-18 130855](https://github.com/user-attachments/assets/088744e1-9df3-480b-b1a1-68ba0946e8dc)