how to set up the environment and run the FastAPI app: EMT-FastAPI-REACT Setup Instructions pip freeze > requirements.txt Install dependencies pip install -r requirements.txt Run the FastAPI server uvicorn main:app --reload