Skip to content

joaofnds/go-template

Repository files navigation

Features

Setup

# set config path manually
export CONFIG_PATH="$PWD/config/config.yaml"
# or use mise (recommended)
mise allow .

docker compose up -d

# run migrations
go run cmd/migrate/migrate.go up

# run tests
go test ./...

# start server
go run cmd/app/app.go

# start worker
go run cmd/worker/worker.go