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
- docker commands
- axios mock
- AWS
- mock함수
- 라우팅테이블
- 단위테스트
- 의존관계역전원칙
- IPv4
- 리스코프치환원칙
- TypeScript
- nestjs
- subnet
- test code
- TDD
- mock객체
- 인터넷게이트웨이
- JavaScript
- VPC
- 테스트코드
- jest.fn
- 서브넷
- forbetterme
- Unit Test
- javascript unit test
- parameter group
- axios-mock-adaptor
- jest
- docker
- 미라클모닝
- 도커
Archives
- Today
- Total
목록Auth (1)
My Dream Being Visualized

※ 개인 공부를 위한 공간입니다. 틀린 부분 지적해주시면 감사하겠습니다 (_ _) 모듈내 필요한 기능 회원가입 로그인 회원인증 기능에 따른 파일 구조 Controller Service Entity Repository JWT, Passport 모듈 및 파일 생성 nest g module auth 설명: auth와 관련된 기능을 담당할 모든 파일을 위한 모듈 & 폴더 생성 생성: auth -> auth.module.ts 기능: imports, exports, controllers, providers 명시 및 관리 nest g controller auth --no-spec 설명: auth 모듈 내 컨트롤러 생성 / --no-spec 옵션은 테스트 파일을 생성하지 않겠다라는 의미 생성: auth.controll..
Programming/NestJS
2021. 11. 6. 19:22