Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 275 Bytes

File metadata and controls

25 lines (16 loc) · 275 Bytes

stp-scheduler

Instructions

Setup

pip install -r requirements.txt # setup environment

Run dev

fastapi dev app.py

This hosts the API at localhost:8000

Run Prod

fastapi run app.py

This hosts the API at localhost:8000