docs.nestjs.com
docs.nestjs.com copied to clipboard
Clean architecture and DDD examples
I'm submitting a...
[ ] Regression
[ ] Bug report
[ ] Feature request
[x] Documentation issue or request
[ ] Support request => Please do not submit support request here, instead post your question on Stack Overflow.
Current behavior
NestJS is a really good framework designed with a module architecture.
Expected behavior
Would be really nice to have some official examples of how to design a nest application with clean
and DDD
design architecture.
What is the motivation / use case for changing the behavior?
Use those patterns allow us to write applications with "standard" design in mind. E.g. promoting the reuse of the layers when using different transport at the same time.