A microservices-demo service that provides shopping carts for users.
This build is built, tested and released by travis.
Checkout the API Spec here
mvn -DskipTests package
GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh
./test/test.sh < python testing file >
. For example: ./test/test.sh unit.py
mvn spring-boot:run
curl http://localhost:8081/health
curl http://localhost:8081
GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh