Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Shsin9797 authored Nov 14, 2024
1 parent f54e50c commit d60707f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
- 멀티모듈 구조를 통해 공통 기능을 별도의 모듈로 분리하여 각 부분의 독립성을 높임
- MVVM을 통해 테스트와 유지보수가 용이해짐
- 전체 모듈을 빌드할 필요가 없어 빌드시간을 줄이는데 용이해짐

```
📦 notai
├───📂app
│ └───📂src
Expand Down Expand Up @@ -147,7 +147,7 @@
├───📂notetaking
├───📂settings
└───📂userInfo

```

## Backend

Expand All @@ -157,7 +157,7 @@
- presentation 계층과 application 계층의 요청을 분리하여 독립성 보장
- 비즈니스 로직의 확장 및 변경이 유연


```
📦notai
└── 📁src
├── 📁main
Expand Down Expand Up @@ -233,7 +233,7 @@
├── 📁pageRecording
├── 📁recording
└── 📁stt

```

# 💠 ERD 💠
![image](https://github.com/user-attachments/assets/e0e18ad0-c6f1-4514-bb49-8e75860d4259)
Expand Down

0 comments on commit d60707f

Please sign in to comment.