Skip to content

SOPKATON-Group3/SOPKATHON-BACKEND

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

팀원 소개

박진형 @jypthemiracle 박진수 @jinsp_inary

기술 스택


서비스 이름 및 소개

서비스 이름: (내 마음을) 언락
한 줄 소개: 즐거운 일상을 쪽지로 공유하는 서비스

역할 분담 및 API 명세서

Coding Convention

commit message Convention

commit message structure:

commit type:

브랜치 전략 (ex. github flow)

  • github flow 사용
  • main에서 feat/[브랜치명] 생성하기
  • 작업이 다 끝나면 피쳐 브랜치에서 main 브랜치로 PR 혹은 필요 없는 경우 Merge

폴더 구조

.
├── tsconfig.json
├── nodemone.json
├── package.json
└── src
    ├── config
    ├── controllers
    ├── component
    ├── Loaders
    ├── modules
    ├── routes
    ├── service
    └──  index.ts

Releases

No releases published

Packages

No packages published