Showing posts with label FastAPI. Show all posts
Showing posts with label FastAPI. Show all posts

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