This application demonstrates a simple, reusable Python web application based on the Flask microframework.
- Install Python
- cd into this project's root directory
- Run
pip install -r requirements.txtto install the app's dependencies - Run
python welcome.py - Access the running app in a browser at http://localhost:5000