This repository contains a simple Flask web application.
- Create and activate a virtual environment (optional but recommended):
python -m venv venv
source venv/bin/activate- Install dependencies from
requirements.txt:
pip install -r requirements.txt- Run the application:
python index.pyThe app will start a local development server that you can access in your browser.