Ziggle의 Backend
현재, ERD는 다음 링크에서 mermaid로 구현되어 있습니다. ERD 링크
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov