Skip to content

Commit

Permalink
Merge pull request #105 from Team-Solar-Powers/rakyun1-ImportFunction
Browse files Browse the repository at this point in the history
Rakyun1 import function
  • Loading branch information
rakyunKim authored Nov 29, 2023
2 parents 264ff9c + 8d3d258 commit 7080b55
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,34 @@

# 📍 주요 기능

## **사용자**
### 1. 로그인 및 회원가입
- 사용자는 로그인과 회원가입 후에 서비스를 이용할 수 있다.
- 로그인(Spring Security, JWT API, Redis)
- 회원가입 및 비밀번호 변경(Redis, gmail smtp)


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

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

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

## **CI / CD**
- CI/CD를 활용하여 배포
- gitHub action과 AWS의 beanstalk을 활용


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


Expand Down

0 comments on commit 7080b55

Please sign in to comment.