Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 238 Bytes

File metadata and controls

7 lines (5 loc) · 238 Bytes

Python Setup

  • setup a python environment however you prefer
  • then run pip install -r requirements.txt to install dependencies
  • run locally with fastapi dev main.py

You should now find swagger docs at http://127.0.0.1:8000/docs