This application demonstrates a simple, reusable Python web application based on the Flask microframework.
- Install Python
- cd into this project's root directory 3 create virtual environment and install all dependencies.
- Run
pip install -r requirements.txt
to install the app's dependencies - Run
python runserver.py
- Access the running app in a browser at http://localhost:5000
=======