Tutorial — build a feature end to end
Sections (coming soon)
Section titled “Sections (coming soon)”- Scaffold the feature folder — port (
core/) and the first adapter. - Entity and service — define the data shape and the business logic.
- Expose over HTTP — controller, pipes, guards.
- Expose over GraphQL — resolver, fields, dataloaders.
- Expose over WebSockets — gateway and messages.
- Authorization — abilities, row-level filtering, response masking.
- Persistence and migrations — entity wiring, the migrator app.
- Test it end to end —
nestrs-testingand the live baseline.