Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 135 Bytes

README_old.md

File metadata and controls

6 lines (5 loc) · 135 Bytes

Getting Started

Add /app to PYTHONPATH and then just type:

uvicorn app.main:app --reload --host 0.0.0.0 --port 4000