Skip to content

nomercy360/clanplatform-api

Repository files navigation

Go api server for clanplatform app

How to run

go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
migrate -source file://${PWD}/scripts/migrations -database postgres://postgres:mysecretpassword@localhost:5432/clanplatform\?sslmode=disable up
cp configs/config.api.example.yaml config.yaml
go run main.go