joaofnds / go-template

a Go template for HTTP APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a Go template for HTTP APIs


Languages

Language:Go 98.4%Language:JavaScript 1.1%Language:Dockerfile 0.5%