-
로컬 개발 환경
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
-
로컬 개발 환경(도커)
docker-compose up
-
e2e 테스트
docker-compose up postgres npm run test:e2e
혹은
npm run test:e2e:docker
curl --location 'http://localhost:3000/health-check'
스웨거 문서 참조 http://localhost:3000/api-docs
npm run typeorm:migration:run:prod
npm run seed:prod