This is a simple Python project that uses Flask to create a web server and display a welcome message on the home page.
- Python 3.x
Flasklibrary
- Clone this repository:
git clone https://github.com/yourusername/flask_web_server.git
- Navigate to the project directory:
cd flask_web_server - Install the required libraries:
pip install -r requirements.txt
Run the script to start the web server:
python app.py