Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Diger committed Apr 11, 2024
1 parent 8d437ef commit 9e5a92e
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## 미르었던 다짐

2024년 새해를 맞아 미루었던 다짐을 생성하고 다짐을 이루는데 도움을 주고자 하는 서비스입니다.

설정한 다짐을 이뤄냈다면 기프티콘은 돌려받지만, 실패하면 내 다짐에 응원을 남긴 지인들에게 랜덤으로 돌려주는 서비스입니다.

---

## 인프라 구조

![](docs/images/infra.png)

---

## 모듈 구조

![](docs/images/module.png)

---

## R&R

<table>
<td align="center"><a href="https://github.com/mkSpace"><img src="https://github.com/mkSpace.png" width="100px;" alt=""/><br /><sub><b>박재민</b></sub></a><br />💻</a></td>
<td align="center"><a href="https://github.com/K-Diger"><img src="https://github.com/K-Diger.png" width="100px;" alt=""/><br /><sub><b>김도현</b></sub></a><br />💻</a></td>
</tr>
</table>
Binary file added docs/images/infra.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 docs/images/module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions raisedragon-api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 미르었던 다짐 API Module

실제 사용자에게 API를 제공하는 모듈입니다.

### 기술 스택

- Spring Boot 3.0.4,
- Kotlin 1.9
-

### 참조 모듈
- core
- common
- external
11 changes: 11 additions & 0 deletions raisedragon-common/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## 미르었던 다짐 Common Module

공통된 관심사를 해결하는 Kotlin 모듈입니다.

### 기술 스택

- Kotlin 1.9

### 기능

- 예외 정의
9 changes: 9 additions & 0 deletions raisedragon-core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 미르었던 다짐 Core Module

핵심 도메인과 비즈니스 로직을 관리하는 모듈입니다.

### 기술 스택

- Kotlin 1.9
- Spring Data JPA
- QueryDSL
8 changes: 8 additions & 0 deletions raisedragon-external/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## 미르었던 다짐 External Module

외부 서비스와의 통신을 관리하기 위한 Kotlin 모듈입니다.

### 기술 스택

- Kotlin 1.9
- AWS

0 comments on commit 9e5a92e

Please sign in to comment.