Skip to content

Commit

Permalink
다시 깃허브 리드미 되돌리기
Browse files Browse the repository at this point in the history
  • Loading branch information
csb9427 authored Aug 17, 2024
1 parent d3cc597 commit f55afc6
Showing 1 changed file with 47 additions and 7 deletions.
54 changes: 47 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,51 @@
### 📑 Architecture
![image](https://github.com/Team-Sopetit/Sopetit-server/assets/80771842/fc4c347d-03fd-4298-a097-3110d36c92ad)

### 📋 Model Diagram
![image](https://github.com/Team-Sopetit/Sopetit-server/assets/80771842/a260dcff-292b-4dd1-8acd-030a57a57a65)

### 📖 Directory
```
📁 Sopetit-server
├── .github
├── .idea
├── build
├── gen
├── gradel
├── scripts
├── src.main
│ ├──java.com.soptie.server
│   ├── auth
│   ├── common
│   ├── conversation
│   ├── doll
│   ├── member
│   ├── controller
│   ├── dto
│   ├── entity
│   ├── message
│   ├── repository
│   ├── service
│   ├── memberDoll
│   ├── memberRoutine
│   ├── routine
│   ├── test
├── src.test
│ ├──java.com.soptie.server
│   ├── auth
│   ├── base
│   ├── doll
│   ├── member
│   ├── memberRoutine
│   ├── controller
│   ├── fixture
│   ├── routine
│   ├── test
```

### ✉️ Commit Messge Rules

**댕냥이** 들의 **Git Commit Message Rules**
**서버** 들의 **Git Commit Message Rules**

- 반영사항을 바로 확인할 수 있도록 작은 기능 하나라도 구현되면 커밋을 권장합니다.
- 기능 구현이 완벽하지 않을 땐, 각자 브랜치에 커밋을 해주세요.
Expand Down Expand Up @@ -40,7 +79,7 @@

### **💻 Github mangement**

**댕냥이** 들의 WorkFlow : **Gitflow Workflow**
**소프티** 들의 WorkFlow : **Gitflow Workflow**

- Develop, Feature, Hotfix 브랜치

Expand Down Expand Up @@ -70,15 +109,15 @@
### ❗️ branch naming convention

- develop
- feature/issue_number
- fix/issue_number
- feature/issue_number-도메인-http Method-api
- fix/issue_number-도메인-http Method-api
- release/version_number
- hotfix/issue_number
- hotfix/issue_number - Short Description

예시 >

```
feature/#3
feature/#3-user-post-api
```

### 📋 Code Review Convention
Expand All @@ -98,7 +137,8 @@

### 👩‍👧‍👧 Our Team

| **🍀 [최승빈](https://github.com/csb9427)** | **🍀 [김수영](https://github.com/sootudio)** |**🍀 [김아영](https://github.com/a-young-kim)** |
| **🍀 [최승빈](https://github.com/csb9427)** | **🍀 [남궁찬](https://github.com/Chan531)** |**🍀 [김소현](https://github.com/thguss)** |
|:-----------------------------------:|:-----------------------------------:|:-----------------------------------:|
| Server Developer | Server Developer | Server Developer |
| ![image](https://github.com/Team-Sopetit/Sopetit-server/assets/80771842/4eaa9aaa-b834-4883-91c8-cb5dd3005c5d) | ![image](https://github.com/Team-Sopetit/Sopetit-server/assets/80771842/3e82a81c-1710-4199-8c5c-c920fdb8229b) | ![image](https://github.com/Team-Sopetit/Sopetit-server/assets/80771842/ca9420e7-744d-4725-a9d9-36f79669fd04) |
| 프로젝트 세팅<br /> | 프로젝트 셋팅<br/> | 프로젝트 세팅<br /> |

0 comments on commit f55afc6

Please sign in to comment.