https://github.com/miguelgrinberg/Flask-SocketIO-Chat please visit his page and supports him!
Frontend: Vue.js
Backend: Python flask, Azure web service with azure cosmos db
Please check out the method below for azure cli guide https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=apt
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
flask run
When new code is pushed to the master branch, it will be deploy automatically to the Azure App Service hosting on https://icy-ocean-55c1ab97056148c38929dee989edc826.azurewebsites.net/
You may check the current deployment status under the GitHub Actions.