최신 코드 병합 (main -> feature/stock-search)#6
Merged
wongakim-99 merged 7 commits intofeature/stock-searchfrom Apr 7, 2025
Merged
Conversation
- SQLAlchemy ORM 을 사용한 RDS 연결 구현 - Member 테이블과 매핑되는 모델 및 스키마 정의 - 회원 조회 API 엔드포인트 구현 (/api/members/) - 환경 변수를 통한 데이터베이스 연결 정보 관리 - 회원 ID, 이메일 기반 조회 기능 추가
- Pydantic 스키마의 'updated_at' 필드명을 'update_at' 으로 변경 - 데이터베이스 모델과 스키마 간의 필드명 일치시킴 - ResponseValidationError 해결
- 회원 관련 모델 (member.py) 클래스 및 필드 주석 추가 - 회원 서비스 (member_service.py) 클래스 및 메서드 주석 추가 - API 라우터 (member_route.py) 엔드포인트 주석 추가 - 코드 가독성 및 유지보수성 향상을 위해 설명 보강
…-rds Spring Boot API 연동을 위한 회원 조회 기능 구현(feature/connect-user-rds -> develop)
- .env 파일 .gitignore 에 추가
FastAPI 유저 조회 기능 배포 (develop -> main)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR 요약
main브랜치의 최신 내용을feature/stock-search에 반영관련 이슈
x