Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 127 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 127 Bytes

Installation

  1. pip install fastapi
  2. pip install "uvicorn[standard]"

Run the code

Run uvicorn main:app --reload