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] : #42 : 로그인 api 구현 #144

Merged
merged 5 commits into from
Nov 12, 2024
Merged

[BE][Feat] : #42 : 로그인 api 구현 #144

merged 5 commits into from
Nov 12, 2024

Conversation

happyhyep
Copy link
Member

📝 PR 개요

  • BE eslint 재설정
  • 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치
  • 로그인을 위한 router, controller, service, repository, middleware 구현
  • index.js router 호출 및 사용
  • 로그인 api 구현 테스트

🔄 관련 이슈 (Linked Issues)

#42


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

  • 로그인 api 연동 결과

image


📚 참고 자료 (선택 사항)

https://velog.io/@happyhyep/PostgreSQL-%EC%8A%A4%ED%82%A4%EB%A7%88%EB%A1%9C-%EC%9D%B8%ED%95%9C-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0%ED%95%98%EA%B8%B0

https://velog.io/@happyhyep/%EB%B9%84%EB%B0%80%EB%B2%88%ED%98%B8-%EA%B2%80%EC%A6%9D-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0%EA%B8%B0

happyhyep and others added 5 commits November 11, 2024 23:51
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치
- 로그인을 위한 router, controller, service, repository, middleware 구현
- index.js router 호출 및 사용
- 로그인 api 구현 테스트
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치
- 로그인을 위한 router, controller, service, repository, middleware 구현
- index.js router 호출 및 사용
- 로그인 api 구현 테스트
- eslint 설정 변경
- 로그인을 위한 패키지 (bcrypt, express-validator, jsonwebtoken) 설치
- 로그인을 위한 router, controller, service, repository, middleware 구현
- index.js router 호출 및 사용
- 로그인 api 구현 테스트
@happyhyep happyhyep added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 12, 2024
@happyhyep happyhyep self-assigned this Nov 12, 2024
@happyhyep happyhyep merged commit c2f4038 into development Nov 12, 2024
5 of 9 checks passed
@happyhyep happyhyep linked an issue Nov 12, 2024 that may be closed by this pull request
@happyhyep happyhyep added 작업 완료 PR이 제대로 되어 approve 된 상태 (PR 받은 두명 중 마지막 사람이 상태 변경) and removed 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) labels Nov 12, 2024
@github-actions github-actions bot added the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 12, 2024
@happyhyep happyhyep removed the 확인 요청 리뷰어에게 리뷰 요청 PR 날린 상태 (PR 머지 전) label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
작업 완료 PR이 제대로 되어 approve 된 상태 (PR 받은 두명 중 마지막 사람이 상태 변경)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

로그인 post api
4 participants