Install cd backend pip install -r requirements.txt cd frontend npm install Start Backend uvicorn app:app --reload Start Frontend npm run dev