Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 283 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 283 Bytes

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 .