Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Task Tracker

This is a simple Flask-based task tracker project.

Setup Instructions

  1. Clone the repository:

    git clone https://github.com/your-username/your-repository-name.git
    
  2. Navigate to the project directory:

    cd your-repository-name
    
  3. Create a virtual environment:

    python -m venv venv
    
  4. Activate the virtual environment:

    • For Windows:
      venv\Scripts\activate
      
    • For Linux/macOS:
      source venv/bin/activate
      
  5. Install dependencies:

    pip install -r requirements.txt
    
  6. Run the Flask app:

    python app.py
    

About

A simple TODO app using Flask.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages