[Python] FastAPI 실행 방법

728x90

uvicorn 패키지 설치 후

vs code의 git bash로 실행

$ python -m uvicorn app:app --reload --host 0.0.0.0 --port 8000

 

728x90