Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rolldeep-stepmerrily/nestjs-ddd

domain driven design practice
https://github.com/rolldeep-stepmerrily/nestjs-ddd

ddd nestjs

Last synced: about 1 month ago
JSON representation

domain driven design practice

Awesome Lists containing this project

README

        

## Description
NestJS DDD 연습 프로젝트

## Memo

#### 2024-10-24 09:26
1. 다시 처음부터 리팩터링

#### 2024-10-15 15:03
1. Aggregate, Domain Event, Bounded Context 좀 더 이해하고 적용 시켜볼 것.
2. Request DTO에 있는 class validator가 잘못된 값을 가져오면 바로 쳐내는데, 수정사항 있을지 확인할 것.

#### 2024-10-11 16:31
1. 전체 디렉토리 구조 리팩터링

#### 2024-10-07 15:07
1. 아무래도 처음부터 리팩터링이 필요할 듯. 구조에 대한 이해를 좀 더 해야함.
2. Entity와 VO를 좀 더 활용 할 것.
3. Either 타입에 대해서 확인 할 것.
4. 개발자 의도를 명확하게 하기 위해 Response에도 DTO를 활용할 것

#### 2024-10-04 18:10
1. user.controller.ts도 책임과 관심사 분리 측면에서 분리할 것.
2. 아직 디렉토리 구조에 대해서 잘 이해가 가지 않으니, 더 찾아보고 이 구조가 맞는지 확인 할 것.