This allows to set up pack sizes and calculate packs for items.
- Docker
- Golang v1.21+
- Build and run the app container.
make app
- Inspect logs using docker
docker logs pack-svc-go -f
- Run tests in local docker using
make test
- Run functional tests
- Start the app using step 1
- Trigger the dockerized functional tests
make functional-test