Build the binary
makeStart postgres
docker-compose up -Vd postgresRun sql migrations
migrate -source file://migrations -database postgres://postgres:[email protected]/koatuu\?sslmode=disable upRun the web server
./bin/serverStart postgres
docker-compose up -Vd postgresRun sql migrations
migrate -source file://migrations -database postgres://postgres:[email protected]/koatuu\?sslmode=disable upRun tests
go test -v ./...Project released under the terms of the MIT license.