From ddb5966c9b38ad9eb13db7b1fcea0f0ac0d85d98 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Fri, 12 Jun 2026 12:51:24 +0200 Subject: [PATCH] docs: mention Insomnia collection in API section --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 225d91b..99e0802 100644 --- a/README.md +++ b/README.md @@ -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: