DB설치
npm install --save @nestjs/typeorm typeorm mysql2
모듈생성
nest g moduel boards
nest: using nestcli
g : generate
module : create module
boards:name of the schematic
boards controller 컨트롤러 생성
nest g controller boards --no-spec
board Service 서비스 생성
nest g service boards --no-spec
body 받아오기
pipe
npm install class-validator class-transformer --save
환경변수