This project comes from the sample Flask application for the Azure Quickstart Deploy a Python (Django or Flask) web app to Azure App Service.
If you need an Azure account, you can create on for free.
To run this application locally
- Clone the repository to your local system
- Install the Python dependencies with
pip install -r requirements.txt
- Start the application with
flask run
and navigate to 127.0.0.1:5000/login