Skip to content

WaitherTeam/Waither-BE

Repository files navigation

banner

Waither

나만의 기상 비서, Waither

'Waither'는 사용자 개인 맞춤에 따른 날씨 정보 알림 서비스입니다.





⛓️ Server Architecture

Waither Server Architecture

🔍 Using API

🗄️ Project Architecture

├── apiGateway-service # HTTP Gateway
├── config-service # Configuration Management
├── Eureka # Spring Cloud Eureka
├── noti-service # Notification Service
│       └── com.waither.notiService
├── user-service  # User Service
│       └── com.waither.userService
├── weather-service
│       └── com.waither.weatherService



✏️Commit Message Convention

Emoticon Commit Type Desc
feat 새로운 기능 추가
🐛 fix 버그 수정
📝 docs 문서 수정 (md 파일)
♻️ refactor 코드 리팩토링
💄 style 코드 formatting, 세미콜론 누락, 코드 자체의 변경이 없는 경우
test 테스트 코드, 리팩토링 테스트 코드 추가
🚀 chore 패키지 매니저 수정 (Dockerfile, gradle, sh, yml)
🚑 !hotfix 급하게 치명적인 버그를 고쳐야 하는 경우