git clone https://github.com/sumat2006/fastapi_docker_webapp.git
pip install fastapi
pip install uvicorncd app
uvicorn main:app --host 0.0.0.0 --port 8000 --reloadto run with uvicorn
Install Ngrok via: Ngrok
ngrok config add-authtoken <authen-token>
ngrok http http://localhost:$PORT ### ngrok http http://localhost:8000 use a port that you choose