NestJS

전은규·2021년 12월 27일
0

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


환경변수

profile
성장하는개발자

0개의 댓글