Categorygithub.com/TenacityLabs/retrospect-backend
repository
0.0.0-20240726010215-3bfd0ee4617b
Repository: https://github.com/tenacitylabs/retrospect-backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

build: go build -o bin/retrospect-backend cmd/main.go

run: build ./bin/retrospect-backend

run: go run cmd/main.go

test: go test -v ./...

migration: migration create -ext sql -dir cmd/migrate/migrations $(filter-out $@,$(MAKECMDGOALS))

migrate-up: go run cmd/migrate/main.go up

migrate-down: go run cmd/migrate/main.go down