Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git clone https://github.com/sumat2006/fastapi_docker_webapp.git

FastAPI roun with Uvicorn

pip install fastapi
pip install uvicorn
cd app
uvicorn main:app --host 0.0.0.0 --port 8000 --reload

to run with uvicorn

Run global with ngrok

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

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages