https://github.com/codestates-seb/seb45_pre_031
https://github.com/codestates-seb/seb45_pre_031
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestates-seb/seb45_pre_031
- Owner: codestates-seb
- Created: 2023-08-02T04:51:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-23T08:12:20.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T01:45:43.715Z (about 1 year ago)
- Language: Java
- Size: 1.46 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 프로젝트 : StackOverFlow 클론 코딩
---
## Team Project Period
2023-08-04 ~ 2023-08-23
---
## Docs
- **[노션](https://www.notion.so/7-ELEVEN-b1616d8b43914952b225cc24e371da9a)**
- **[요구사항 정의서](https://docs.google.com/spreadsheets/d/1tdLBhFRqCk3BhhVWZiORQIztHyythrvUMrCedejgq8w/edit#gid=0)**
- **[ERD 설계](https://dbdiagram.io/d/64d1d66202bd1c4a5e67c4fd)**
- **[API 명세서](https://documenter.getpostman.com/view/15713384/2s9Xxzut34)**
- **[화면정의서](https://www.figma.com/file/3axgvRGBEyD2u9e2KsC1qz/stackoverflow-clone-layout?type=design&node-id=0-1&mode=design&t=WnPKalo8Rvt1qpoJ-0)**
---
## 1. 기술 스택
### FE 기술 스택
| HTML 5| CSS | Java Script | React | Redux | Styled
Components |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|
|
|
|
|
|
|
|
### BE 기술 스택
| JAVA 11 | Spring | Spring Boot | Spring
Security | AWS | MySql | JWT |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|-----------------------------------------------|
|
|
|
|
|
|
|
### Tools
| Git | GitHub | Discord |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------|
|
|
|
|
---
## 2. 팀원
| [양연주(FE)](https://github.com/judevv) | [장용민(FE)](https://github.com/poiuy4004) | [함재형(FE)](https://github.com/hamjaehyeong) | [박영길(BE)](https://github.com/ParkYoungGil) | [황도경(BE)](https://github.com/Dokyung-Hwang) | [김도형(BE)]() | [이승태(BE)](https://github.com/NtoZero) |
|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------|-----------------------------------------------|-----------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|----------------|------------------------------------------|
|
|
|
|
|
|
|
|
|- 로그인 페이지 구현
- 회원가입 페이지 구현
- 구글 Oauth2 구현
- 유효성 검증|-질문 상세페이지|-질문 리스트 페이지
-질문 탭 정렬 기능
-질문 등록 페이지 구현|- 질문 생성, 작성, 수정, 삭제 기능 구현
- 질문 탭 정렬 기능 구현
- 질문 상세페이지 |-태그 작성, 조회 기능 구현
-댓글 작성, 수정, 삭제 기능 구현
-자동문서화
-패키지 구조 설계 + 추가 설정들|- 답변 작성, 조회, 수정, 삭제 기능 구현
-투표 기능 구현
- aws 배포 및 자동화
-패키지 구조 설계 + 추가 설정들|- 로그인 기능 구현
-회원가입 기능 구현
- jwt토큰 발급 및 인증
-구글 Oauth2 구현
-유효성 검증|
---
## 3. 핵심 기능
---
#### Account
- ✅ Account CRUD
- ✅ Account Security
### Question
- ✅ Question CRUD
- ✅ Question board tab list
### Comment
- ✅ Comment CRUD
### Answer
- ✅ Answer CRUD
### Vote
- ✅ Vote CRUD
### Tag
- ✅ Tag CRUD
### ect
- ✅ 구글 Oauth2 구현
- ✅ JWT 토큰 발급 및 인증