docs: mention Insomnia collection in API section
Some checks failed
CI / Check / Test (push) Has been cancelled

This commit is contained in:
2026-06-12 12:51:24 +02:00
parent 4ec231017e
commit ddb5966c9b

View File

@@ -184,6 +184,8 @@ Interactive API documentation is available at runtime:
- **Swagger UI** — `http://localhost:3000/docs`
- **Scalar** — `http://localhost:3000/scalar`
An [Insomnia](https://insomnia.rest/) collection covering all endpoints is included at [`movies-diary.insomnia.json`](movies-diary.insomnia.json). Import it via **File → Import**, set `base_url` and `token` in the environment, and you're ready to go.
## SPA
The single-page app lives in `spa/` and is served at `/app/` by the backend. For local development: