docsBackend GuideSetupBackend Setup (FastAPI) 1. Navigate to backend cd backend 2. Install dependencies pip install -r requirements.txt 3. Run the server python main.py The API will be available at http://localhost:8000.Environment VariablesSetup