Skip to content

GarnBarn/garnbarn-backend-go

Repository files navigation

garnbarn-backend-go

Start Development

  1. Copy .env.example to .env

  2. (Optional) Start docker-compose

$ make run-compose
  1. Update the value in it.
  2. Start the application
$ make run

Building

Go Version: go1.20.3

$ go build .