fastapi

FastAPI

info
namefastapi
full namefastapi
aliasesfastapi
tagsfastapi, python
  • fastapi dev main.py [OPTIONS]: 개발 실행
  • fastapi run main.py [OPTIONS]
  • fastapi serve main.py [OPTIONS]
  • [OPTIONS]
    • –host IP
    • –port PORT
    • –reload

- uvicorn - 내부 서버. (레거시 - uvicorn 직접 호출)

  • fastapi.txt
  • 마지막으로 수정됨: 2025/12/08 04:57
  • 저자 writer