license: built full stack, test and documentation
Some checks failed
docs / build (push) Has been cancelled
docs / deploy (push) Has been cancelled

This commit is contained in:
Giuseppe Naponiello
2026-07-03 12:47:47 +02:00
parent f8206b5840
commit 271acacb1d
39 changed files with 4078 additions and 57 deletions

17
docs/developer/index.md Normal file
View File

@@ -0,0 +1,17 @@
# Developer guide
Architecture, data model and API of the Dynamic Collection platform, for
developers and integrators.
At a glance: an API-only **Laravel** backend (Sanctum + Fortify, MySQL,
Redis/Horizon), a **Vite + TypeScript** multi-page frontend with islands
(Tailwind v4 + daisyUI, Leaflet, 3DHOP), and a **Linked Art** provider
exposing records for harvesting by the Swedish national aggregator
(KSamsök 2).
## Chapters
- **[Licenses](licenses.md)** — the license vocabulary: data model, seeding,
legal text files, REUSE constraints and API endpoints.
*More chapters will follow as the platform takes shape.*