-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# 💪🏻 Planfit 💪🏻 | ||
운동이 쉬워진다. 플랜핏 하나면 운동 고민 끝. | ||
|
||
## Developers ✨ | ||
| 진건우 | 김채원 | 곽성준 | | ||
|--------------------------------------------------------------------------------------------------------------|------------|------------| | ||
| <img src="https://github.com/NOW-SOPT-APP3-PlanFit/PlanFit-SERVER/assets/113420297/2429c788-127d-455e-9ef8-babc7caf15bc" width="250"> | <img src="https://github.com/NOW-SOPT-APP3-PlanFit/PlanFit-SERVER/assets/113420297/4cdd2aa8-5d72-4052-8391-8755028950e1" width="250"> | <img src="https://github.com/NOW-SOPT-APP3-PlanFit/PlanFit-SERVER/assets/113420297/3ef42241-bf76-4e8a-a0a2-dbea9bcf5902" width="250"> | | ||
|
||
|
||
## ERD 🗂️ | ||
![image](https://github.com/NOW-SOPT-APP3-PlanFit/PlanFit-SERVER/assets/113420297/7419007a-2f3c-4309-9ff0-37c4dd0c6b17) | ||
|
||
## API Specification 📜 | ||
### [API 명세서 바로가기](https://www.notion.so/sopt-official/94a128e2d9a1469e9d2c05a040481397?v=4ab2983f89474a3fae37f1d216001634&pvs=4) <br> | ||
|
||
![image](https://github.com/NOW-SOPT-APP3-PlanFit/PlanFit-SERVER/assets/113420297/c8100f12-79da-43d0-a9b2-076ee0efd6b5) <br> | ||
|
||
## Git Convention 🔗 | ||
### [Git Convention 바로가기](https://www.notion.so/3-5509c144adaf437a956d68a03d392b1f?pvs=4#d46d255ee4fc4bf396b1c791a916d8c0) <br> | ||
|
||
|
||
### commit 컨벤션 | ||
|
||
``` | ||
- **Feature** : 기능 추가 | ||
- **Fix** : 에러 수정, 버그 수정 | ||
- **Refactor** : 코드 리펙토링 (기능 변경 없이 코드만 수정할 때) | ||
- **Chore** : 코드 수정 (기능의 변화가 있을 때) | ||
- **Setting** : gradle 세팅, 위의 것 이외에 거의 모든 것 | ||
- **Merge** : main 머지할 때 | ||
``` | ||
|
||
> Commit | ||
> | ||
- ex) [Feat] 뭐했는지(#이슈번호) | ||
|
||
> PR 제목 | ||
> | ||
- ex) [FEAT] 뭐했는지(#이슈번호) | ||
|
||
## Code Convention 🔗 | ||
### [Code Convention 바로가기](https://www.notion.so/3-5509c144adaf437a956d68a03d392b1f?pvs=4#25f2f56c6da746be99f790c9c54604d6) <br> |