Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyunKim authored Nov 29, 2023
1 parent 7080b55 commit 734d537
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,29 +141,28 @@
## **사용자**
### 1. 로그인 및 회원가입
- 사용자는 로그인과 회원가입 후에 서비스를 이용할 수 있다.
- 로그인(Spring Security, JWT API, Redis)
- 회원가입 및 비밀번호 변경(Redis, gmail smtp)
- 로그인 **(Spring Security, JWT API, Redis)**
- 회원가입 및 비밀번호 변경 **(Redis, gmail smtp)**


### 2. 책 나눔하기(기버)
- 자신의 책을 나눔하고 싶은 사용자는 책 나눔하기 서비스를 이용하여 책을 나눔할 수 있다.
- 이미지 업로드(amazon S3)
- 도서 API(Naver Books API)
- 이미지 업로드 **(amazon S3)**
- 도서 API **(Naver Books API)**

### 2. 책 나눔 받기(테이커)
- 책을 나눔 받고 싶은 사용자는 책 나눔 받기 서비스를 활용하여 책을 나눔 받을 수 있다.
- 주소 API(카카오 주소 API)
- 주소 API **(카카오 주소 API)**

## **관리자**
- 관리자는 체크리스트를 활용하여 기버가 올린 책을 검수할 수 있다.
- 관리자는 1년 이상 로그인 되지 않은 유저를 비활성화 계정으로 전환할 수 있다.
- 휴먼계정 프로세스(Spring Scheduler)
- 휴먼계정 프로세스 **(Spring Scheduler)**
- 관리자가 수거를 시작하거나 검수가 끝난 책에 대해 사용자에게 알림이 간다.
- 실시간 알림 서비스(Spring SSE 통신)
- 실시간 알림 서비스 **(Spring SSE 통신)**

## **CI / CD**
- CI/CD를 활용하여 배포
- gitHub action과 AWS의 beanstalk을 활용
## **라이프 사이클**
<img src="https://github.com/Team-Solar-Powers/eco_reading/assets/141232792/fc819e75-cd8f-4fe3-abde-8f440b4f56af" width="500" height="300">


# 🚀 참여자 : 솔라파워즈 (23.11.01 ~ 23.11.27)
Expand Down

0 comments on commit 734d537

Please sign in to comment.