- Go 1.24 or later
- Docker & Docker Compose
- mise
- リポジトリのクローン
git clone https://github.com/yourusername/apitest-example.git
cd apitest-example- 環境のセットアップ
mise install- APIサーバー開発時
# サーバー起動(with air)
mise run dev
# 稼働中サーバへのrunnによるAPIテスト実行
mise run runn- APIテスト実行
mise run apitest