/go-gin-realworld-example-app

Example real world backend API built with Golang + Gin + Gorm

Primary LanguageGoMIT LicenseMIT

go-gin-realworld-example-app

Overview

image

목표

  • gin, gorm 리마인드
  • Hexagonal Architectural 공부
  • wire(DI), gomock 사용
  • Observability 적용
    • Prometheus
    • fluentd
  • CI/CD 적용
    • Github Actions
    • ArgoCD
  • helm 공부

Article

쿠버네티스 배포 환경 공부하기

Reference