Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 683 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 683 Bytes

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