Skip to content

joaofnds/bookr

Repository files navigation

Features

Setup

# set config path manually
export CONFIG_PATH="$PWD/config/config.yaml"
# or use direnv (recommended)
direnv 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages