This is a Python web application project.
- Clone the repository:
git clone https://github.com/your-username/Python-Webapp.git
- Navigate to the project directory:
cd Python-Webapp
- Install the required dependencies:
pip install -r requirements.txt
- Run the application:
python app.py
- Open your web browser and visit
http://localhost:5000