A simple Flask web application.
-
Create and activate a virtual environment:
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
python app.pyThe app will be available at http://127.0.0.1:5000
/- Home page/about- About page