Skip to content

DO-NOTTO-DO/NotToDo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0ecfe80 · Jan 10, 2023
Dec 29, 2022
Jan 6, 2023
Jan 9, 2023
Jan 10, 2023
Jan 5, 2023
Dec 31, 2022
Jan 6, 2023
Jan 4, 2023
Dec 31, 2022
Jan 7, 2023
Jan 6, 2023

Repository files navigation

NotToDo-server

스크린샷 2023-01-05 오전 3 57 26

설계한 DB의 ERD

image

팀별 역할분담

image

  • 박정훈: AWS 세팅, 남지윤: 프로젝트 세팅, 김혜수: Git 세팅

Commit, coding convention, branch 전략

Commit convention

prefix: [이슈번호] 내용

ex) fix: #23 어쩌구 고침

  • feat (feature)
  • fix (bug fix)
  • docs (documentation)
  • style (formatting, missing semi colons, …)
  • refactor
  • test (when adding missing tests)
  • chore (maintain)

Coding Convention

Coding Convention Link

Branch convention

Prefix/이슈번호

ex) Feat/#4

프로젝트 폴더 구조

├── node_modules
├── prisma
└── src
    ├── constants
    ├── controllers
    ├── middlewares
    ├── modules
    ├── router
    └── service

전체 API 로직 구현 진척도

  • 남지윤 담당 API: 40%
  • 박정훈 담당 API: 30%
  • 김혜수 담당 API: 30%