go-api-server-playground

module
v0.0.0-...-0dd39ce Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 24, 2026 License: MIT

README

go-api-server-playground

kyu08がGoでAPI Serverを書くときのアーキテクチャやライブラリの検証をするためのリポジトリです。

実装内容や使用技術など

題材 Twitter風のAPIサーバー
言語 Go 1.25.4
通信方式 gRPC
DB Cloud Spanner (Emulator)(ローカル実行のみできれば問題ないのでDBは常にSpanenr Emulatorに接続する設定になっています。)
CI GitHub Actions
依存関係更新 dependabot
Goコードのlint golangci-lint
アーキテクチャ レイヤードアーキテクチャ + CQRS

詳細はdocs/ARCHITECTURE.mdを参照。

各種手順

エンドポイント更新時の手順

  1. proto/twitter.protoを更新
  2. make gen-proto

ローカルでの開発手順

  1. make dev-toolsで必要なツールをインストール
  2. 必要に応じてmake test, make lintなどを実行

Directories

Path Synopsis
cmd
server command
internal
infrastructure/database/dao
Code generated by yo.
Code generated by yo.
proto
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL