We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
NestJS로 갈아엎은 에브리왁굳 api
NestJS로 구현된 에브리왁굳 api 백엔드
에브리왁굳은 스트리머우왁굳과 관련된 컨텐츠를 제공하는 팬사이트입니다.
$ npm install
# development$ npm run start# watch mode$ npm run start:dev# production mode$ npm run start:prod
# unit tests$ npm runtest# e2e tests$ npm run test:e2e# test coverage$ npm run test:cov