Skip to content

Latest commit

 

History

History
89 lines (54 loc) · 1.46 KB

README.md

File metadata and controls

89 lines (54 loc) · 1.46 KB

Dongurami Server V2

인덕대학교 학생들을 위한 동아리 서비스


Branch Strategy


지라 이슈 티켓번호와 작업타입으로 브랜치명을 생성한다.

Default Branch

Name Description
main repository default branch
dev development environment branch

Document

BRANCH_STRATEGY.md


Commit Convention


COMMIT_CONVENTION.md


Script

Server Start

# watch mode
$ npm run start:dev

# production mode
$ npm run build
$ npm run start:prod

Test

# unit test
$ npm run test

# watch mode
$ npm run test:watch

# e2e test
$ npm run test:e2e

# test coverage
$ npm run test:cov

Migration

DB_MIGRATION.md


Directory Structure

추가 예정

Related Projects



Contributors