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] REST API 개발(4주차 필수 기능) #33

Open
13 tasks done
ahah525 opened this issue Nov 7, 2022 · 0 comments
Open
13 tasks done

[Feat] REST API 개발(4주차 필수 기능) #33

ahah525 opened this issue Nov 7, 2022 · 0 comments
Labels

Comments

@ahah525
Copy link
Collaborator

ahah525 commented Nov 7, 2022

Description

  • REST API 개발

Todo

  • JWT 로그인 구현(POST /api/v1/member/login)
  • 로그인 한 회원의 정보 구현(GET /api/v1/member/me)
    • MemberDto 추가
  • 내 도서 리스트 구현(GET /api/v1/myBooks)
    • MyBookDto 추가
    • productDto 추가
  • 내 도서 상세정보 구현(GET /api/v1/myBooks/{myBookId})
    • MyBookDetailDto 추가
    • ProductDetailDto 추가
    • PostDetailDto 추가
  • Srping Doc 으로 API 문서화(크롬 /swagger-ui/index.html )
    • SpringDocConfig 추가
    • 관리자 회원만 spring doc 접근가능하도록 SecurityConfig 설정

ETC

@ahah525 ahah525 added the Feature label Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant