Skip to content

DDonghyeo/Waither-BE

This branch is 7 commits behind WaitherTeam/Waither-BE:develop.

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2024
May 23, 2024
Jun 2, 2024
May 27, 2024
Jul 5, 2024
May 27, 2024
Jul 11, 2024
Jul 9, 2024
Mar 25, 2024
Feb 27, 2024
May 27, 2024

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 급하게 치명적인 버그를 고쳐야 하는 경우

About

Waither Back-end Repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 97.2%
  • Shell 1.3%
  • HTML 1.2%
  • Dockerfile 0.3%