For development:
docker-compose -f docker-compose.dev.yaml up --build
And then visit localhost:8080 in the browser.
localhost:8080
From the root folder, run go test ./... to run all tests and ensure the builds/tests pass.
go test ./...