Same rationale as ../frontend/README.md — this directory stays thin; backend-specific documentation is organized by topic elsewhere.
| Looking for... | Go to |
|---|---|
| Overall architecture, stack, layer boundaries | ../architecture/overview.md |
| API endpoints | ../api/rest-api-reference.md |
| Database schema | ../database/schema-reference.md |
Backend utilities (lib/) |
../utilities/backend-prisma-client.md, ../utilities/backend-notifications-lib.md |
| Auth middleware | ../architecture/authentication-flow.md, ../security/authentication.md |
| Local setup | ../development/setup-and-workflow.md |