Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 카카오 소셜로그인
- logstash
- 중첩 구조 분해
- 위크셋
- 구조 분해 할당
- context switch
- DB
- Mongoose
- 카카오로그인
- TypeScript
- 참조에 의한 객체 복사
- 위크맵
- 이메일 전송
- 자바스크립트
- MongoDB
- nodemailer
- react-slick
- AGGREGATE
- JSON.parse
- 화살표 함수
- 캐러셀
- 객체
- JSON.stringify
- Map
- nestjs
- 로그스태시
- nextjs
- nest
- JavaScript
- javacript
Archives
- Today
- Total
뚜sh뚜sh
[NestJS] Board Module 생성하기 본문
처음에 할 일 !
- 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
'Framework > NestJS' 카테고리의 다른 글
[NestJS] Providers, Service란? (0) | 2022.08.09 |
---|---|
[NestJS] Controller 생성하기 (0) | 2022.08.09 |
[NestJS] NestJS 모듈 (0) | 2022.08.09 |
[NestJS] 기본 구조 설명 (0) | 2022.08.09 |
[NestJS] 개발환경 설정 (0) | 2022.08.09 |
Comments