Skip to content

Commit

Permalink
docs: external-api 모듈 docs 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Jun 5, 2024
1 parent eee25e5 commit 3033cc4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pennyway-app-external-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
- 웹 및 security 관련 라이브러리 의존성을 갖는다.
- Presentation Layer에 해당하는 Controller와 핵심 비즈니스 로직을 처리하는 Usecase를 포함한다.

### 📌 Architecture

<div align="center">
<img src="https://github.com/CollaBu/pennyway-was/assets/96044622/932db02d-7c08-4052-82d5-014148f035a0" width="600">
</div>

- Facade 패턴을 사용하여 Controller와 Service 계층을 분리하여 단위 테스트를 용이하게 한다.

### 🏷️ Directory Structure

```agsl
Expand Down

0 comments on commit 3033cc4

Please sign in to comment.