https://github.com/codestates-seb/seb41_pre_004
StackOverFlow
https://github.com/codestates-seb/seb41_pre_004
Last synced: about 1 year ago
JSON representation
StackOverFlow
- Host: GitHub
- URL: https://github.com/codestates-seb/seb41_pre_004
- Owner: codestates-seb
- Created: 2022-12-07T04:16:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T05:10:48.000Z (about 3 years ago)
- Last Synced: 2025-04-13T01:43:41.415Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.77 MB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## ⏰ 프로젝트 기간
2022.12.15(목) - 2023.01.02(월)
### [서비스 화면](https://www.notion.so/codestates/8b5d7104fa5141d085c422619bd3df10?v=363999953bac4ba18ab97e06c658bfd6)
## 👨👨👧👧 팀원
|Backend (팀장)|Backend|Backend|
| :---: | :---: | :---: |
|
|
|
|
|[최민혁](https://github.com/jackcmh1)|[박민우](https://github.com/MWJOB)|[주현주](https://github.com/Joo614)|
|Frontend|Frontend|Frontend|
| :---: | :---: | :---: |
|
|
|
|
|[최준호](https://github.com/junpotatoes)|[김동훈](https://github.com/kimdong-hun)|[하헌진](https://github.com/gkgjswls)|
## 💪 기술 스택
### • 공통

### • Front-end

### • Back-end
## 📑 주요 문서
- [프로젝트 관리](https://codestates.notion.site/4-07879a9b7e824034abca77f38443cc4c)
- [사용자 요구사항 정의서](https://codestates.notion.site/d98d2298f5654aa8a623c24beb1db0d6)
- [화면 정의서](https://codestates.notion.site/bd364c33f8e048bcbd9f0c3725a307fb)
- [테이블 명세서](https://codestates.notion.site/9109c9dc64e644ac95141dc7cb8c5681?v=96bc8e16bfb64816852f0743dda55855)
- [API 명세서](https://documenter.getpostman.com/view/23681444/2s8Z6x1svW)
## 🗒 커밋메세지 컨벤션
| 타입 | 설명 |
| ---------------- | -------------------------------------------------------------------------------------------------------------- |
| feat | 새로운 기능 추가 |
| fix | 버그 수정 |
| docs | 문서 수정 |
| style | 코드 formatting, 세미콜론(;) 누락, 코드 변경이 없는 경우 |
| refactor | 코드 리팩터링 |
| test | 테스트 코드, 리팩터링 테스트 코드 추가(프로덕션 코드 변경 X) |
| chore | 빌드 업무 수정, 패키지 매니저 수정(프로덕션 코드 변경 X), 이미지 파일 업로드, 커밋 타입 중 해당 사항이 없을 때 |
| design | CSS 등 사용자 UI 디자인 변경 |
| comment | 필요한 주석 추가 및 변경 |
| rename | 파일 혹은 폴더명을 수정하거나 옮기는 작업만인 경우 |
| remove | 파일을 삭제하는 작업만 수행한 경우 |
| !breaking change | 커다란 API 변경의 경우 |
| !hotfix | 급하게 치명적인 버그를 고쳐야 하는 경우 |
| misc | merge 충돌해결 |