Documentation
README
Backend Module Standards
Apply these rules after the repository's basic scaffolding is in place. Limit them to backend code under server/. Preserve the requested task scope: make touched and newly generated backend code compliant without performing an unrelated repository-wide migration.
Inspect before editing
- Identify the owning feature module and its existing barrel, services, routes, and tests.
- Search for existing shared types, interfaces, and utilities before adding any definition.
- Search for every consumer before changing a module's public exports.
This is the opening of the README. Read the full README on GitHub.