https://github.com/codestates-seb/seb40_pre_032
pre_project_32 스택오버플로우 클론코딩
https://github.com/codestates-seb/seb40_pre_032
Last synced: about 1 year ago
JSON representation
pre_project_32 스택오버플로우 클론코딩
- Host: GitHub
- URL: https://github.com/codestates-seb/seb40_pre_032
- Owner: codestates-seb
- Created: 2022-10-19T00:51:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T16:28:56.000Z (over 3 years ago)
- Last Synced: 2025-04-13T01:56:45.031Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://pre-032-bucket.s3-website.ap-northeast-2.amazonaws.com/
- Size: 1.99 MB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pre-project-SEB40-032
### Team Name : 📋Ctrl+C,V
#### Description : Stack Overflow 클론코딩
2022/10/20 ~ 2022/11/07
## 팀원 소개
|도현수 (FE / 팀장)|정하승 (FE)|이제훈 (FE)|안유진 (FE)|
|:-:|:-:|:-:|:-:|
|
|
|
|
|
|[@dohyeons](https://github.com/dohyeons)|[@HA-SEUNG-JEONG](https://github.com/HA-SEUNG-JEONG)| [@leejehoon92](https://github.com/leejehoon92) |[@Eugenius1st](https://github.com/Eugenius1st)|
|이지성 (BE)|양주윤 (BE)|조성웅 (BE)|
|:-:|:-:|:-:|
|
|
|
|
|[@iJisung](https://github.com/iJisung)|[@didwndbs](https://github.com/didwndbs)|[@woong-sung](https://github.com/woong-sung)|
## 사용스택

### Front-end

### Back-end
## 기능
|기능|방식|
|:-:|:-:|
|모든 질문 조회|Home & Questions 탭 클릭|
|내용 검색 기능|상단 검색바에 내용 검색|
|태그 검색 기능|상단 검색바에 [태그]형식으로 검색|
|유저 검색 기능|작성된 게시글의 유저 이름 클릭|
|정렬 기능|각각 조회수, 추천수, 답변이 없는 질문 순으로 정렬|
|질문 CRUD|질문 생성, 조회, 수정, 삭제 기능|
|질문 추천|질문 추천, 비추천 기능|
|답변 CRUD|답변 생성, 조회, 수정, 삭제 기능|
|답변 채택,추천|답변 채택 및 취소, 추천 및 비추천 기능|
|회원가입|회원가입 기능|
|로그인|일반 로그인 및 구글, 깃허브, 네이버 로그인 기능(네이버는 검수요청 때문에 현재 불가)|
|마이페이지|마이페이지 조회 기능만|
|권한|CRUD에 대한 각종 접근 권한 설정|
## Git commit message
|태그|설명|
|:-:|:-:|
|feat|새로운 기능 추가|
|fix|버그 수정|
|docs|문서|
|style|(formatting, missing semi colons, …)|
|refactor|코드 리팩토링|
|test|테스트 관련|
|chore|기타 수정|