-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] [15-01] Swagger 적용 #97
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- @nestjs/swagger 패키지 설치
- main.ts에 swagger 설정 추가 - swagger 문서 생성 - swagger ui 설정
- BoardController 라우터들에 Swagger 데코레이터들 추가
- CreateBoardDto에 Swagger 데코레이터 추가
- BoardController의 Swagger 데코레이터들 응답에 맞는 데코레이터로 수정
- AuthController의 Api들에 Swagger Decorator들 추가 - SignUpUserDto, SignInUserDto에 Swagger Decorator들 추가
qkrwogk
approved these changes
Nov 16, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
페어 프로그래밍 끝나고도 PR을 날려주신 엄청난 준섭님 너무 고생 많으셨습니다.. 짱짱 ㅠㅠ👍
지금은 안돼있지만 유효성 검증 해서 실제로 에러 처리를 해야겠다고 생각하는 부분에는 ⭐️ 표시,
추후에 삭제하는게 좋을 것 같다는 의견에는 ❗️ 표시 해두었습니다.
다음 페어프로그래밍때 기능 구현 끝내고 다시 보면 좋을 것 같아요 기능에 문제있는게 아니니 바로 승인 하겠습니다 안녕히 주무셔요!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
📎 이슈번호
#96 [15-01] Api들에 Swagger 설정을 적용한다.
📃 변경사항
📌 중점적으로 볼 부분
🎇 동작 화면
만들어진 Swagger UI
localhost:3000/api로 들어가면 들어가짐


💫 기타사항