968 B
968 B
register-referentie
A reference application demonstrating Respellion's Common Ground architecture pattern. Quality and architectural clarity over feature throughput — every commit should teach.
Where to go
- Product Requirements — what we're building and why.
- ADR-0001: Loose coupling — the non-negotiable integration stance; the template for future ADRs.
- Working in Gitea — issues, milestones, branches, PRs.
- CI runbook — the pipeline and the
make cilocal gate.
Quickstart
See the repository README.md. In short: clone, then either run the checks with
make ci, or bring the BFF up with
docker compose -f infra/docker-compose.yml up -d --build --wait and
curl http://localhost:8080/health.
This site is built with MkDocs Material (
mkdocs build). It grows with the backlog; sections appear as their slices land.