ddd
ddd copied to clipboard
A Domain Driven Design framework for software simplicity in node
Upgrade typeorm to v0.3+
Snyk has created this PR to upgrade typeorm from 0.2.45 to 0.3.0.  :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more...
Snyk has created this PR to upgrade typeorm from 0.2.45 to 0.3.0. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...
I have created a new project, and I tried to install ddd with their dependencies, but I have the following error: > npm i @node-ts/ddd @node-ts/logger-core @node-ts/bus-core @node-ts/bus-messages inversify --save...
I have 2 versions of node.js in my local. ```bash ❯ nvm ls v10.21.0 -> v14.15.0 system ``` But in both versions, `yarn test` failed in `ddd/packages/ddd` with same error...
Thank you for making a great library. I corrected README because I saw some typos and checked the grammar with [Grammarly](https://www.grammarly.com/).
Snyk has created this PR to upgrade @node-ts/bus-messages from 0.1.10 to 0.2.2.  ✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every...
the file @node-ts/ddd/tsconfig.json is looking for a tsconfig file in the base node_modules folder, which doesn't exist. This 'file not found' error shows up in my VS Code IDE. ```...
Examples are a great way to help people learn a framework. A start of a DDD based example has been created in `packages/ddd-example` that models a security system. This was...
Create a new base class (ie; `ValueObject`) that can be inherited to create a value object concrete definition. Value objects are a core concept of DDD and represent things that...