This is a simple Flask-based task tracker project.
-
Clone the repository:
git clone https://github.com/your-username/your-repository-name.git -
Navigate to the project directory:
cd your-repository-name -
Create a virtual environment:
python -m venv venv -
Activate the virtual environment:
- For Windows:
venv\Scripts\activate - For Linux/macOS:
source venv/bin/activate
- For Windows:
-
Install dependencies:
pip install -r requirements.txt -
Run the Flask app:
python app.py