Skip to content

A beginner-friendly to-do list web application built with Flask. It's designed to help users manage their daily tasks efficiently.

Notifications You must be signed in to change notification settings

pythoneer-sp/ToDo-List-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo List Documentation

This todo list is a flask-based application which is designed to help the users to manage their task efficiently by updating and deleting the task.

Getting Strarted

Installation: Ensure you have Python installed on your system. Then activate your virtual environment

.\env\Scripts\activate

Then You can install the required dependencies using pip:

pip install -r requirments.txt

Setting Up the Database: The Database automatically sets up when you run app.py

Running the Application: Start the Flask application by running the following command in your terminal:

python app.py

Accessing the Application: Once the application is running, you can access it by opening a web browser and navigating to http://localhost:8000.

About

A beginner-friendly to-do list web application built with Flask. It's designed to help users manage their daily tasks efficiently.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages