Skip to content
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][Feat] #159 : 회원가입 api 구현, [BE][Refactor] swagger 문서 tag 추가, jsdoc 추가 #160

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

happyhyep
Copy link
Member

@happyhyep happyhyep commented Nov 13, 2024

📝 PR 개요

  • 회원가입 api에 대한 swagger 문서 추가

  • 회원가입 api 구현

  • auth에 대한 jsdoc 추가

  • 회원가입시 비밀번호 암호화해서 db에 저장

  • channel api에 대한 swagger 문서 tag 추가

  • controller, service, repository에 대한 jsdoc 추가

  • index.js 불필요한 코드 제거


🔍 변경 사항

  • 회원가입 api에 대한 swagger 문서 추가

  • 회원가입 api 구현

  • auth에 대한 jsdoc 추가

  • 회원가입시 비밀번호 암호화해서 db에 저장

  • channel api에 대한 swagger 문서 tag 추가

  • controller, service, repository에 대한 jsdoc 추가

  • index.js 불필요한 코드 제거


✅ 체크리스트 (Checklist)

  • 코드가 빌드 오류 없이 잘 작동하는지 확인
  • 테스트가 통과하는지 확인
  • 스타일 가이드와 일관성을 유지했는지 확인
  • 관련 문서가 업데이트되었는지 확인 (선택 사항)
  • 리뷰어가 이해할 수 있도록 주석이나 설명을 추가했는지 확인

🔄 관련 이슈 (Linked Issues)

#158


📷 스크린샷 및 동영상 (선택 사항)

image
image

image


- 회원가입 api에 대한 swagger 문서 추가
- 회원가입 api 구현
- auth에 대한 jsdoc 추가
- 회원가입시 비밀번호 암호화해서 db에 저장
@happyhyep happyhyep added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 13, 2024
@happyhyep happyhyep self-assigned this Nov 13, 2024
@happyhyep happyhyep linked an issue Nov 13, 2024 that may be closed by this pull request
- channel api에 대한 swagger 문서 tag 추가
- controller, service, repository에 대한 jsdoc 추가
- index.js 불필요한 코드 제거
@happyhyep happyhyep changed the title [BE][Feat] #159 : 회원가입 api 구현 [BE][Feat] #159 : 회원가입 api 구현, [BE][Refactor] swagger 문서 tag 추가, jsdoc 추가 Nov 13, 2024
@happyhyep happyhyep merged commit d09b862 into backend Nov 14, 2024
3 of 7 checks passed
@effozen effozen deleted the feature/be/#158-registerUser branch December 5, 2024 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

회원가입 api 구현
4 participants