Skip to content

[항해 플러스 2기] 8조 커머스 시나리오

Notifications You must be signed in to change notification settings

hanghae-plus/TDD

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hhp-nestjs-app

How To Run

  1. 로컬 개발 환경

    docker-compose up postgres
    
    npm ci
    npm run start:dev
    
    npm run test
    npm run test:e2e # if it pass, the health check is ok
  2. 로컬 개발 환경(도커)

    docker-compose up
  3. e2e 테스트

    docker-compose up postgres
    npm run test:e2e

    혹은

    npm run test:e2e:docker

health check

curl --location 'http://localhost:3000/health-check'

API

스웨거 문서 참조 http://localhost:3000/api-docs

Live DB Migration

npm run typeorm:migration:run:prod
npm run seed:prod

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.0%
  • Dockerfile 1.6%
  • JavaScript 0.4%