KumKeeHyun / go-gin-realworld-example-app

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Go 99.4%Language:Shell 0.3%Language:Dockerfile 0.3%