2025-05-24 12:17:45 +02:00

15 lines
251 B
Markdown

# Usage
## Serving the api
run the following command to start the server
```bash
uv run uvicorn atlas_librarian.app:app --reload --port 8000
```
## Deploy to prefect
run the following command to deploy the flow to prefect
```bash
uv run deploy
```