Skip to content

road-jin/second-hand-max-be-b

 
 

Repository files navigation

당근마켓

Members

avatar avatar
보노(BE) 만두(BE)

DEMO

demo

🧾 기술 스택

Back-End

Git Java Spring MySQL Redis GitHub Actions AWS Nginx Docker IntelliJ IDEA

BeckEnd Infra

backend

Ground Rules

Communication

✔️ 자신의 생각을 잘 정리해서 말하기

✔️ 하고 싶은 말이 있다면 솔직하게 얘기하기

✔️ 다른 팀원의 의견에 귀 기울여 들어주기

✔️ 존중!

Slack

✔️ 개인 이슈로 참석이 어려운 경우 미리 Slack에 말하기

✔️ 변경 사항이 있는 경우 문서에 반영하고 Slack에 공지하기

✔️ Slack 확인 후 이모지 남기기

Scrum

시간: 10:00 - 10:30

내용
어제 업데이트된 내용 공유
오늘의 계획
오늘의 컨디션 점수
스크럼 마스터

🤝🏼 Collaboration

Branch Convention

Postfix feature branch with issue #.

Branch

main : 최종 버전
release : 배포
dev : Backend 개발용
feature : 기능 개발용
ex. feature/#26-login : commit title fix : 버그 수정용
ex. fix/#30-login : commit title refactor : 리팩토링용
ex. refactor/#32-login : commit title

Commit Convention

Prefix with Issue #
Ex: {커밋 타입} #{이슈 번호}: {커밋 제목}

  • {커밋 본문} (선택 사항)

feat : 새로운 기능 추가
fix : 버그 수정
refactor : 코드 리팩토링
test : 테스트 코드
docs : 문서 수정
build : 빌드 관련 파일
chore : 그 외 자잘한 수정

About

2023 마스터즈 맥스 중고거래 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • Other 0.9%