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
- 서브넷
- jest.fn
- 도커
- VPC
- axios-mock-adaptor
- parameter group
- 리스코프치환원칙
- mock함수
- 라우팅테이블
- TypeScript
- 단위테스트
- forbetterme
- nestjs
- AWS
- test code
- subnet
- axios mock
- IPv4
- docker
- TDD
- JavaScript
- 의존관계역전원칙
- 미라클모닝
- 인터넷게이트웨이
- Unit Test
- mock객체
- 테스트코드
- javascript unit test
- docker commands
- jest
Archives
- Today
- Total
목록Auth (1)
My Dream Being Visualized
NestJS 새로운 모듈 추가 (feat. auth)
※ 개인 공부를 위한 공간입니다. 틀린 부분 지적해주시면 감사하겠습니다 (_ _) 모듈내 필요한 기능 회원가입 로그인 회원인증 기능에 따른 파일 구조 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