📄️ Structure
NestJS applications follows the Domain Driven Design and Layered Architecture patterns.
📄️ Entities
As mentioned in the Domain layer section, your entities should contain your business logic, and have any services that the action requires to be injected. For example, to reset a user's password:
📄️ Deployments
We use nx executors to build and deploy our artifacts. When the application was generated, it will have configured a few files: