Skip to content

패키지 구조 개편#9

Merged
ParkSangsin merged 1 commit into
mainfrom
refactor/8
May 28, 2025
Merged

패키지 구조 개편#9
ParkSangsin merged 1 commit into
mainfrom
refactor/8

Conversation

@ParkSangsin
Copy link
Copy Markdown
Contributor

PR 타입

  • 의존성, 환경 변수, 빌드 관련 코드 변경

구현한 기능

  • .gitignore 내용을 수정했습니다.
  • 패키지 구조를 수정했습니다.
    • main.py는 FAST API의 진입점입니다. (라우터 등록, 서버 실행)
    • api/는 Route를 정의하는 모듈입니다. (URL 경로와 응답 처리)
    • service/는 실제 로직을 답당하는 서비스 계층입니다.

테스트 결과

image

일정

  • 추정 시간 : 1 day
  • 걸린 시간 : 1 day

@ParkSangsin ParkSangsin requested a review from SilverR0ck May 24, 2025 09:11
@ParkSangsin ParkSangsin self-assigned this May 24, 2025
@ParkSangsin ParkSangsin added the documentation Improvements or additions to documentation label May 24, 2025
@ParkSangsin ParkSangsin linked an issue May 24, 2025 that may be closed by this pull request
@ParkSangsin ParkSangsin merged commit c2f8dc9 into main May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACTOR] 패키지 구조 개편

1 participant