Skip to content

Latest commit

Β 

History

History
85 lines (65 loc) Β· 3.25 KB

File metadata and controls

85 lines (65 loc) Β· 3.25 KB

News Intelligent

ni-readme-img


πŸ‘©πŸ»β€πŸ’» νŒ€μ› μ†Œκ°œ

μ„œκ°€μ˜
@caminobelllo
μ„œλ™ν˜
@weeast1521
μ΄μœ€μ„œ
@yoonseo8167
κ°•μˆ˜μ§„
@nnmrm
μ‹ μœ€μ§„
@nomad1jin

πŸ’‘ 기술 μŠ€νƒ

  • Java 17
  • Spring Boot 3.5.3
  • Spring Data JPA
  • MySQL 8.0.36
  • Docker, DockerHub
  • GitHub Actions
  • AWS EC2, AWS RDS, AWS S3
  • AWS CloudWatch, AWS SNS, Grafana Cloud

πŸ“‹ ERD

news_erd (4)

☁️ μ‹œμŠ€ν…œ μ•„ν‚€ν…μ²˜

ni-backend-architechture drawio

🌱 브랜치 μ „λž΅

  • develop
  • main
  • feature/κΈ°λŠ₯λͺ… or feature/#κ΄€λ ¨μ΄μŠˆλ²ˆν˜Έ

πŸ–οΈ Issue

  • Feature : κΈ°λŠ₯ 개발 μ‹œ
  • Refactor : μ½”λ“œ κ°œμ„  μ‹œ
  • Bug : 였λ₯˜ μˆ˜μ • μ‹œ

πŸ“‚ 폴더 ꡬ쑰

πŸ“‚ backend
β”œβ”€β”€ πŸ“‚ domain
β”‚    β”œβ”€β”€ πŸ“‚ member
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ controller
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ converter
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ dto
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ entity
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ repository
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ service
β”‚    β”œβ”€β”€ πŸ“‚ news
β”‚    β”œβ”€β”€ πŸ“‚ topic
β”‚    β”œβ”€β”€ πŸ“‚ newsCategory
β”‚    └── πŸ“‚ ..
β”‚
β”œβ”€β”€ πŸ“‚ global
β”‚    β”œβ”€β”€ πŸ“‚ apiPayload
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ code
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ error
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ success
β”‚    β”‚   β”œβ”€β”€ πŸ“‚ exception
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ handler
β”‚    β”‚   |   β”œβ”€β”€ CustomException
β”‚    β”œβ”€β”€ πŸ“‚ config
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ properties
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ security
β”‚    β”‚   |   β”œβ”€β”€ πŸ“‚ ..
β”‚    β”œβ”€β”€ πŸ“‚ entity
β”‚    └──   |   β”œβ”€β”€ BaseEntity