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

feat: 유저 조회 API 개발 #12

Merged
merged 2 commits into from
Dec 29, 2023
Merged

feat: 유저 조회 API 개발 #12

merged 2 commits into from
Dec 29, 2023

Conversation

devxb
Copy link
Member

@devxb devxb commented Dec 29, 2023

🚀 어떤 기능을 개발했나요?

유저 id로 유저 정보를 조회하는 API를 개발했습니다.

🕶️ 어떻게 해결했나요?

  • 존재하는 유저 id, 존재하지 않는 유저id에 대한 통합 테스트 추가
  • 통합테스트 템플릿 작성 (통합테스트 하실때 이거 쓰시면 편할거에요)
  • 유저 조회 service 추가
  • 유저 조회 컨트롤러와 exception handler 추가

🦀 이슈 넘버

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Copy link

Copy link
Member

@ddingmin ddingmin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apprrrrrv~

@devxb devxb merged commit f06e137 into develop Dec 29, 2023
@devxb devxb deleted the iss-#11 branch December 29, 2023 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 유저 조회 API
2 participants