Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 229 Bytes

File metadata and controls

15 lines (8 loc) · 229 Bytes

Running guide for windows

Install the requirements:

Python

FastAPI pip instal fastapi pip install uvicorn[standard]

Run on terminal

uvicorn main:app --reload --host 127.0.0.1 --port 8000