Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 207 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 207 Bytes

fast_magic_pitch

installing fast api

pip install fastapi

create env

python3 -m venv venv
# activate the env
source venv/bin/activate

running the app

uvicorn app:app --reload