S-00-a · Placeholder BFF + health endpoint #28
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Outcome: A minimal .NET BFF exposing
GET /healththat returns a green (Healthy) status. Runnable withdotnet run.Acceptance:
GET /healthreturns 200 with aHealthypayload (red commit first).dotnet runthencurl /healthreturnsHealthy.Apiproject;Application/Domainadded as they earn their place (§9).Touches:
services/bff/, tests.Out of scope: Docker, CI, OIDC, any real endpoints.
Definition of Done
refs #NN).docker compose upfrom a fresh clone reaches green health checks within 3 minutes.docs/architecture/if a non-obvious decision was made.closes #NN).Split from #1 (S-00) per CLAUDE.md §13.