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

회원가입 api 구현 #159

Closed
happyhyep opened this issue Nov 13, 2024 · 0 comments · Fixed by #160
Closed

회원가입 api 구현 #159

happyhyep opened this issue Nov 13, 2024 · 0 comments · Fixed by #160
Assignees

Comments

@happyhyep
Copy link
Member

📌 요청 기능 설명

  • 회원가입 post api 구현

📝 기능 세부 사항

  • 요청으로 id, name, password, email을 보냄
  • user 테이블에 해당 유저를 추가함
  • 성공적으로 user 테이블에 추가하면, 응답을 반환함

🤔 기능 추가 배경 및 목적

  • 로그인 기능이 있기 때문에 회원가입 기능 필요

🚩 완료 조건 (Acceptance Criteria)

  • 요청으로 id, name, password, email을 보냄
  • user 테이블에 해당 유저를 추가함
  • 성공적으로 user 테이블에 추가하면, 응답을 반환함
  • swagger 문서가 작성되어 있음
  • postman으로 api 테스트해봄

💡 참고 자료 (선택)

@happyhyep happyhyep self-assigned this Nov 13, 2024
happyhyep added a commit that referenced this issue Nov 13, 2024
- 회원가입 api에 대한 swagger 문서 추가
- 회원가입 api 구현
- auth에 대한 jsdoc 추가
- 회원가입시 비밀번호 암호화해서 db에 저장
happyhyep added a commit that referenced this issue Nov 14, 2024
…rUser

[BE][Feat] #159 : 회원가입 api 구현, [BE][Refactor] swagger 문서 tag 추가, jsdoc 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant