ServerΒΆ
This document covers installing server dependencies and running the FastAPI backend.
Prerequisites:
- Python 3.13
- pip
Install dependencies:
Run the server:
The server will be available at http://localhost:8000 by default. Adjust ports in src/main.py if needed.
Common tasks:
- To add dependencies, update
server/requirements.txtand re-run the install command. - For API testing use the interactive docs at
http://localhost:8000/docsonce server is running.