React frontend integration with FastAPI backend How to run Clone this repo Install dependencies npm i pip install -r requirements.txt Run the backend uvicorn main:app --reload Run the frontend cd app npm run dev Open the app in your browser