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.
- Host: GitHub
- URL: https://github.com/suryadipbera1256/todo-app-using-flask-flask-sqlalchemy-gunicorn-heroku
- Owner: suryadipbera1256
- Created: 2025-04-18T07:02:00.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-18T07:45:27.000Z (6 months ago)
- Last Synced: 2025-04-18T21:43:25.477Z (6 months ago)
- Topics: flask, flask-sqlalchemy, gunicorn-flask-webserver, heroku-deployment, python3, sqllite
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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


