Setup & InstallationBackend Setup
Running Locally
Start the backend and verify it's working
Running Locally
Start the backend and verify it's working.
Starting the Server
cd backend
uvicorn app.main:app --reload --port 8001Verifying It Works
Visit http://localhost:8001/docs to see the API documentation.
Next Steps
- Development Guide - Hot reload, debugging, and best practices