pip install fastapipip install uvicorn : 서버 역할을 하는 uvicorn 설치FastAPI 라는 디렉토리를 만들고 main.py 를 만들고 아래 내용 복사터미널에 uvicorn main:app --reload 명령어를 치면 다음과 같은