Endpoint Documentation or when running http://localhost:5000
Using docker-compose:
make compose-buildUsing docker (buildkit is faster)
make docker-buildmake compose-build
make compose-up
curl http://localhost:5000/products/hatsThe UI is available at http://localhost:4000
make compose-infra
make testmake compose-build
make compose-testmake compose-infra
export TEST_INTEGRATION=1
go test -v ./...make docker-cleanmake get
make buildmake compose-upavailable at http://localhost:8001