Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 896 Bytes

README.md

File metadata and controls

61 lines (41 loc) · 896 Bytes

WeRe-Server

🚀 Latest version: 0.0.0

⚠️현제 개발 중인 프로젝트입니다.⚠️ 코드를 보실 분은 develop 브랜치에서 확인부탁드립니다.

Description

WeRe의 Server side Repository입니다.
웹툰을 좋아하는 사람들을 위한 추천, 리뷰 확인 플랫폼을 제공합니다.

Tech.

  • NodeJS v20.11.1
  • npm v6.14.17
  • NestJS v9.1.5
  • mysql v8.3.0
  • jest v28.1.3

Installation

$ yarn

Running the app

# development
$ yarn start:local

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

Test

# unit tests
$ yarn test

# e2e tests
$ yarn test:e2e

# test coverage
$ yarn test:cov

Stay in touch

License

Nest is MIT licensed.

Updated at 2024.03.03