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
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