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.
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.