Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 565 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 565 Bytes

nestjs-backend

NestJS 기반의 백엔드 라이브 REST API 서비스 입니다. 타 프로젝트의 백엔드 기반이 됩니다.

Stack

NestJS
Typescript
Supabase - DB
Render - HOSTING

주요 패키지

class-validator - 데이터 유효성 검사
jest - 유닛테스트

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