Skip to content

Yuki-TU/todo-go

Repository files navigation

todo-go

todo appのREST API

環境構築

$ git clone https://github.com/Yuki-TU/todo-go
$ cd ./todo-go
$ docker-compose up -d --build
$ docker-compose exec go sh
# 以下コンテナ内
$ go run main.go

API https://localhost:8081

swagger-ui https://localhost