Practicing software development building a simple calculator from components to microservices and UI
From VS Code: Api.py -> Run
From terminal: python3 Api.py
- Tutorial https://docs.microsoft.com/nl-nl/azure/app-service/quickstart-python?tabs=bash&pivots=python-framework-flask
- Open the Azure CLI via portal.azure.com.
- Execute git clone https://github.com/eskape/calculator
- cd ./calculator/
- From Azure CLI: az webapp up --sku B1 --name eskape-calculator-app
- After deployment openen: https://eskape-calculator-app.azurewebsites.net/add