Skip to content

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.

Notifications You must be signed in to change notification settings

suryadipbera1256/ToDo-Web-App

Repository files navigation

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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published