8000 GitHub - joaofnds/go-template: a Go template for HTTP APIs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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 trust

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
0