FASTAPI: 사용법

Nayeon Kim·2023년 3월 1일
2

python

목록 보기
2/4

실행 방법

  • fastapi는 uvicorn을 이용하여 실행
  • 명령어 - > uvicorn main:app

결과 확인

http://127.0.0.1:8000/items/2?q=12345

http://127.0.0.1:8000/docs

profile
Department of Computer Science

0개의 댓글