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