Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 578 Bytes

File metadata and controls

46 lines (35 loc) · 578 Bytes

Description

KnockKnock-API

Dependency Installation

yarn install

Running the Server

# watch mode
$ yarn start:dev

Running the Swagger

# swagger path
localhost:3000/api-docs

Database Synchronize

# orm.ts에 Synchronize 옵션이 true일 경우
1. 데이터베이스 knockknock 생성 
2. run server
3. 데이터베이스 refresh

Project Directory

# 도메인을 기준으로 MVC 생성
-- users
    |
    -- controller
    -- service
    -- repository
    -- entity
    -- module
    -- dto