https://github.com/codestates-seb/seb45_main_009
https://github.com/codestates-seb/seb45_main_009
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codestates-seb/seb45_main_009
- Owner: codestates-seb
- Created: 2023-08-18T04:10:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-24T03:54:31.000Z (over 2 years ago)
- Last Synced: 2025-03-26T19:22:46.692Z (about 1 year ago)
- Language: Java
- Size: 4.41 MB
- Stars: 6
- Watchers: 2
- Forks: 7
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seb45_main_009
FITFOLIO
프로젝트 기간: 2023.08.24 ~ 2023.09.19
## Team
### Front
| 함재형(FE) | 이세은(FE) | 박태영(FE) |
| :----: | :----: | :----: |
|
|
|
|
|[`hamjaehyeong`](https://github.com/hamjaehyeong) | [`lse0522`](https://github.com/lse0522) | [`TaeYoungPar`](https://github.com/TaeYoungPar) |
### Back
| 손승범(BE) | 민은영(BE) | 김소연(BE) | 염동훈(BE) |
| :----: | :----: | :----: | :----: |
|
|
|
|
| [`beomda`](https://github.com/beomda) | [`minkawoo`](https://github.com/minkawoo) | [`bonbon0808`](https://github.com/bonbon0808) | [`donghoonyeom`](https://github.com/donghoonyeom) |
## Stack
### Front








### Back












### Communication Tool




## Service Menual
## Docs
사용자요구사항정의서
ERD
#### [화면 정의서](https://www.figma.com/file/Lo7MxFsoCS16Pt5WxdCfU6/Wireframe-(Community)?type=whiteboard&node-id=0-1)
#### [API 명세서](http://13.125.169.12:8080/swagger-ui/index.html#/)
## Commit convention
| Message | 설명 |
| -------- | ----------------------------------------------- |
| `feat` | 새로운 기능 추가 |
| `fix` | 버그 수정 |
| `refactor` | 코드 리팩토링 |
| `style` | 코드 포맷팅, 세미콜론 누락, 코드 스타일 변경 등 |
| `remove` | 사용하지 않는 파일 또는 폴더 삭제 |
| `rename` | 파일 또는 폴더명 수정 |
| `test` | 테스트 코드, 리펙토링 테스트 코드 추가 |
| `docs` | 문서명 수정 |
| `chore` | 빌드 업무 수정, 패키지 매니저 수정 |