Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 1.41 KB

File metadata and controls

66 lines (48 loc) · 1.41 KB

FLIP : 나만의 문제집 프로젝트

Description

FLIP : 나만의 문제집 프로젝트 BackEnd 리포

Tech Stack

Directory Structure

root
├─config : config node module 설정파일
└─src 
    └─domain // 서비스 domain root 디렉토리 ex) auth, workbook
      ├─interfaces // Controller, Request, Response
      ├─application // Service
      ├─domain // Entity
      └─infrastructure // Repository

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Deploy

# pm2
$ pm2 start ecosystem.config.js