Simple nestjs app made with DDD and CQRS principles.
To read more what is DDD, I suggest to start with this article
Layers in this small application are divided using this image
In our case we have following layers:
api - Presentation Layer
app - Application Layer
domain - Domain Layer
infra - Infrastructure Layer
- Clean up
- Add value object for userId
- Add some tests