Skip to content

Commit

Permalink
docs: readme 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
byulcode committed Jan 18, 2024
1 parent 0ac1069 commit 69fdbe4
Showing 1 changed file with 23 additions and 45 deletions.
68 changes: 23 additions & 45 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Bingterpark

![](https://i.imgur.com/xRGQU4e.jpg)
<img src="https://i.imgur.com/xRGQU4e.jpg" width="300">

<br/>

Expand All @@ -17,6 +17,22 @@
<br/>

## 🎯도메인 별 목표 달성
>회원
>- Spring Security, OAuth를 이용한 회원가입,로그인,권한 관리 구현 및 시큐리티 내부 구조에 대한 이해
>
> 예매
>- Redis SortedSet 자료구조를 이용한 예매 대기열 구현
>- 토스페이먼츠 API를 이용한 결제 시스템 구현
>
>
>공연
>- 공연 별 좌석 관리 등 복잡한 연관관계 및 비즈니스 로직 설계
>- 검색 기능에 최적화 된 엘라스틱서치를 도입하여 키워드 검색 기능을 구현
>- 실시간 인기 검색어 Top 10 기능 구현
<br/>

## 👥 팀원

| Product Owner | Scrum Master | Developer | Developer | Developer | Developer |
Expand All @@ -25,19 +41,7 @@

<br/>

## 협업 링크

🐘 [팀 페이지](https://www.notion.so/backend-devcourse/2-BingterPark-4ecfb3943d9c4a8f9bb83f72876b6a80)

📌 [코드 컨벤션](https://www.notion.so/backend-devcourse/0ebe193cfaeb45db9c9377fa6eb8d38a)

👨‍💻 [기능 명세서](https://www.notion.so/backend-devcourse/915c54641e6d4bdca96524a178d860b6?v=18e598a3b9234189a69cef24d2abd985)

🚀 [RBF(작성중)]()

[회고(작성중)]()

<br/>

## 🛠️ 기술 스택

Expand Down Expand Up @@ -84,47 +88,21 @@

<br/>

## 프로젝트 설계

### ERD

![](https://i.imgur.com/Egu30AX.png)

<br/>

### 모듈 구조

![img.png](img.png)

<br/>

#### [api 모듈]
## 🚀협업

| api-member | api-event | api-booking |
|:----------:|:---------:|:-----------:|
| 회원 도메인 | 공연 도메인 | 예매 도메인 |
### [팀 노션](https://www.notion.so/backend-devcourse/2-BingterPark-4ecfb3943d9c4a8f9bb83f72876b6a80)

### [Git Convention](https://github.com/Team-BingBong/BE-05-Bingterpark/wiki/Git-Convention)
<br/>

#### [batch 모듈]
## ✨프로젝트 설계

- 스프링 배치 모듈
### [유저스토리 & ERD](https://github.com/Team-BingBong/BE-05-Bingterpark/wiki/Backlog-&-Database)

<br/>

#### [core 모듈]

| **core-domain** | **core-infra** | **core-infra-es** | **core-security** |
|:---------------:|:-------------------:|:---------------------------------------------------:|-----------------------|
| JPA 엔티티, 레포지토리 | QueryDsl, RDB 설정 파일 | elastic search 설정 파일,<br>document, searchRepository | Spring security 설정 파일 |
### [모듈 구조](https://github.com/Team-BingBong/BE-05-Bingterpark/wiki/%EB%A9%80%ED%8B%B0%EB%AA%A8%EB%93%88-%EA%B5%AC%EC%A1%B0)

<br/>

### Github Flow 전략

![](https://velog.velcdn.com/images/gmlstjq123/post/04588f97-e776-4829-a519-58f7c93b6c4a/image.png)

<br/>

## 실행 방법

Expand Down

0 comments on commit 69fdbe4

Please sign in to comment.