Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
업데이트 예정
## 🐰 Rabbit Chat
> 채팅 애플리케이션

![main_page](./doc/image/main_page.png)


## 🌳 Branch Convention
> 💡 Custom 전략을 사용합니다.

- `main` : 배포 브랜치
- `dev` : 개발 브랜치
- 이슈 기반 브랜치
- `feat/*` : 새로운 기능 개발
- `refactor/*` : 기존 기능 개선
- `fix/*` : 버그 수정
- `chore/*` : 기타 작업 (예: 문서 수정, 코드 개선)

## 📌 Architecture
### 1️⃣ System Architecture
![system_architecture](./doc/image/system_architecture.png)

### 2️⃣ Infrastructure Architecture
![infrastructure_architecture](./doc/image/infrastructure.png)

### 3️⃣ ERD
![erd](./doc/image/erd.png)
Binary file added doc/image/erd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/infrastructure.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/main_page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/image/system_architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.