Skip to content

32th-SOPT-SOPKATHON-7/SOPKATHON-SERVER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

SOPKATHON-SERVER

32th GO SOPT SOPKATHON [서비스명]

32기 솝커톤 Hello world! 프로젝트


🖤 SOPKATHON Server Developers

조예슬 정동규
image image
yeseul106 yummygyudon

🚨 응원의 메시지를 담은 파트 팀원들의 사진촬영

team_image

🗂️ Project Foldering

  • 도메인 별로 Architecture를 나눴습니다.
└── 📁 src
│   ├── 📁 main
│   │   ├── 📁 java
│   │   │   ├── 📁 common
│   │   │   │   ├── 📁 domain
│   │   │   │   │   └── BaseEntity.java
│   │   │   │   ├── 📁 dto
│   │   │   │   ├── 📁 exception
│   │   │   ├── 📁 config
│   │   │   │   └── JpaAuditingConfig.java
│   │   │   ├── 📁 station
│   │   │   │   ├── 📁 domain
│   │   │   │   ├── 📁 dto
│   │   │   │   ├── 📁 controller
│   │   │   │   ├── 📁 repository
│   │   │   │   ├── 📁 service
│   │   │   ├── 📁 post
│   │   │   ├── 📁 comment
│   │   │   └── ServerApplication.java
│   │   ├── 📁 resources
│   │   │   └── application.yml
└── └── 📁 test

📌 ERD

https://www.erdcloud.com/d/bbkASdo8Mx9DePAK6

  • 자세한 테이블 정보는 다음 노션 페이지에 정리해두었습니다 !

  • 📝 Database

image

🖇 Api 명세서

API 명세서 확인


🙋🏻‍♀️ 역할 분담

기능명 담당자 완료 여부
프로젝트 세팅 예슬🌮 완료
EC2 세팅 예슬🌮 완료
RDS 세팅 예슬🌮 완료
DB 설계 예슬🌮 동규🍣 완료
API 명세서 작성 예슬🌮 동규🍣 진행 예정
API 개발 예슬🌮 동규🍣 진행 예정

✅ Coding Convention


✅ Git Convention

📌 Commit Convention


📌 Branch Convention

  • [develop] : 최종 배포
  • [feature] : 기능 추가
  • [fix] : 에러 수정, 버그 수정
  • [refactor] : 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
  • [modify] : 코드 수정 (기능의 변화가 있을 때)
  • [chore] : gradle 세팅, 위의 것 이외에 거의 모든 것

📌 Branch Strategy


📌 Issue Convention

  • [FEAT] : 기능 추가
  • [FIX] : 에러 수정, 버그 수정
  • [REFACTOR] : 코드 리펙토링 (기능 변경 없이 코드만 수정할 때)
  • [CHORE] : gradle 세팅, 위의 것 이외에 거의 모든 것

ex) [FEAT] 게시물 생성 API

About

3시까지 짜고 놀아보자 ~!~~!!~!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages