HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
♥️
2기 최종 프로젝트 팀별 공간
/
💡
[팀 04] 동규라미
/
📦
프로젝트 구조
📦

프로젝트 구조

 
아키텍처패키지 전략백엔드
 

아키텍처

V1
SFAM Architecture.pptx
227.0KB
V2
SFAM Architecture.pptx
227.5KB
V3
SFAM Architecture.pptx
403.3KB
V4 ( 프론트 구조 반영 )
SFAM Architecture (1).pptx
634.0KB
notion image
 
 

패키지 전략

백엔드

Main module
  • common
    • aws
    • config
      • resolver
    • exception
    • file
    • redis
    • security
      • jwt
      • oauth
  • domain
    • {domainName}
      • controller
      • service
      • repository
      • model
        • Entity
      • dto