Este repositório foi criado com o objetivo de fornecer um ambiente dedicado ao estudo e prática dos DDD Patterns, especificamente do módulo "DDD: Modelagem Tática e Patterns" oferecido pela plataforma FullCycle.
| Agregados | Value Objects |
|---|---|
| Customer | Address |
| Order | OrderItem |
| Products | - |
- TypeScript
- Prettier
- Jest
- GitHub Action workflows set up to run tests and linting on push
- SWC: Execute your tests in less than 200ms
- Install the dependencies:
npm install - Execute the tests:
npm run test - Check linter errors:
npm run lint - Fix linter errors:
npm run lint:fix