/everywak-api-v2

NestJS로 갈아엎은 에브리왁굳 api

Primary LanguageTypeScript

everywak-api-v2

NestJS로 구현된 에브리왁굳 api 백엔드

에브리왁굳이란?

에브리왁굳은 스트리머 우왁굳과 관련된 컨텐츠를 제공하는 팬사이트입니다.

메인 스크린샷


Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov