Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 159 Bytes

File metadata and controls

6 lines (4 loc) · 159 Bytes

STEP 1: Create A virtual Environment

STEP 2: pip Install FastAPI, Uvicorn, Pydantic and sqlalchemy

STEP 3: Run the command -> uvicorn app:app --reload