Framework/NestJS

[NestJS] Board Module 생성하기

뚜sh뚜sh 2022. 8. 9. 14:35

처음에 할 일 !

- app.controller.spec.ts 파일 삭제

- app.controller.ts 파일 삭제

- app.service.ts 파일 삭제

- test 폴더 삭제

 

 

 

Board Module 생성하기

- 아래 코드가 모듈 생성 명령어

nest g module boards

 

* nest : using nestcli

* g : generate

* boards : name of the schematic