Quick Start¶
Start the Server¶
CLI Options¶
| Option | Default | Description |
|---|---|---|
--host |
127.0.0.1 |
Bind address |
--port |
8000 |
Port number |
--reload |
false |
Auto-reload on code changes |
Explore the API¶
Once running, visit these endpoints:
- Swagger UI: http://localhost:8090/docs
- ReDoc: http://localhost:8090/redoc
- OpenAPI JSON: http://localhost:8090/openapi.json
Health Check¶
Verify the server is running:
Response:
Start the Demo UI (Optional)¶
In a separate terminal:
Open the displayed URL (usually http://localhost:3000).
Demo Scenarios¶
The UI includes pre-built scenarios:
| Scenario | Description |
|---|---|
| Restaurants | Compare dining establishments |
| Movies | Rank films by preference |
| Products | Tech product comparisons |
| Gamers | Esports player rankings |
Select a scenario, click "Load Scenario", and start making comparisons.
Next Steps¶
- First Comparison - Create entities and record your first comparison
- API Reference - Full endpoint documentation