Friday 22 March 2024

How to run FastAPI with custome port

 command for running FastAPI with customs port, ok let see and try implement command below :

uvicorn main:app --port 7878

Our FastAPI now running on port 7878


No comments:

Post a Comment