Installation
- Clone the repository:
git clone https://github.com/yourusername/FlaskApplication.git
- Navigate to the project directory:
cd FlaskApplication
- Create a virtual environment:
python3 -m venv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On macOS/Linux:
source venv/bin/activate
- On Windows:
- Install the dependencies:
pip install -r requirements.txt
Usage
- Run the application:
python app.py
- Open your web browser and navigate to http://127.0.0.1:5000/