Skip to content

Commit

Permalink
[docs] #139 디렉토리 구조 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwoo7 committed Sep 7, 2024
1 parent 7299b5f commit a0cf08b
Showing 1 changed file with 32 additions and 109 deletions.
141 changes: 32 additions & 109 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,21 @@
</tr>
</table>

#### 📍 맡은 부분들
- 이찬우
- JWT Access Token, Refresh Token 기반 **회원 인증** 및 Redis를 활용한 **토큰 재발급** 서비스 구현
- Spring Data JPA, Spring Security를 활용한 **회원 정보 관리 서비스** 구현
- OIDC(OpenID Connect)를 활용한 ID Token 기반 **카카오, Apple 로그인** 구현
- **커스텀 페이지네이션** 구현 및 Open API 기반 **'장르'** 관련 API, **'도서관 검색 및 저장'** API 구현
- **목표 CRUD** API 및 **기록 추가** API 구현
- **도메인 관리****SSL 인증서** 적용
<br>

- 김혜은
- **AWS EC2 서버 배포** 및 Docker, Github-Actions, Portainer를 활용해 **서버 배포 자동화**
- 정보나루 **Open API 통신 로직****JSON 파싱 인터페이스** 구축
- Open API 기반 **'커스텀 인기대출도서', '책 검색', '책 상세', '도서관 책 대출 여부' API** 구현
- STOMP 프로토콜 기반 **실시간 채팅 구현** (오픈톡)


<br>

## System Architecture
Expand All @@ -83,117 +82,41 @@ TBU
## ERD

<img src="https://github.com/user-attachments/assets/fd91fd65-ef29-4ed6-a7e2-0ebd02f789dd" width="70%">


<br>

## Features

### 회원 관리

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

### 도서 검색 및 상세

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

###

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

### 장르 검색

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

### 목표

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

### 오픈톡

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

### 마이페이지

[대표 이미지 or 영상]

<details>
<summary>접기/펼치기</summary>

#### TBU

TBU

</details>

<br>

## Trouble Shooting
## Directory Structure

```
src/main/
├── java
│ └── com
│ └── book
│ └── backend
│ ├── domain
│ │ ├── auth
│ │ ├── book
│ │ ├── detail
│ │ ├── genre
│ │ ├── goal
│ │ ├── library
│ │ ├── message
│ │ ├── oidc
│ │ ├── openapi
│ │ ├── opentalk
│ │ ├── record
│ │ ├── search
│ │ ├── user
│ │ ├── userBook
│ │ └── userOpentalk
│ ├── exception
│ ├── global
│ └── util
└── resources
├── sql
└── static
```

- #### 링크 추가 예정

0 comments on commit a0cf08b

Please sign in to comment.