Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 260 Bytes

File metadata and controls

15 lines (8 loc) · 260 Bytes

how to set up the environment and run the FastAPI app:

EMT-FastAPI-REACT

Setup Instructions

pip freeze > requirements.txt

  1. Install dependencies

pip install -r requirements.txt

  1. Run the FastAPI server

uvicorn main:app --reload