Skip to content

Prakshi-23/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do Flask App

A simple To-Do application built using Flask.

Features

  • Add tasks
  • Delete tasks
  • Update tasks

Prerequisites

Ensure you have the following installed on your system:

  • Python (>=3.7)
  • pip (Python package manager)

Installation and Setup

1. Open CMD in the App Folder

Navigate to the folder where your Flask To-Do app is located.

2. Install Virtual Environment

pip install virtualenv

3. Create and Activate Virtual Environment

virtualenv env
# Activate virtual environment
# Windows
env\Scripts\activate

4. Install Flask and Dependencies

pip install flask 
pip install pymysql

5. Run the Application

py app.py

Note: Keep the html files in templates folder inside your project folder and virtualenv env command will create a folder as well also keep static folder to store the images, css, and js files that is used in the app

The app will be running at: http://127.0.0.1:5000/

Releases

No releases published

Packages

No packages published