Skip to content

jnapper7/microservices-demo-carts

 
 

Repository files navigation

Build Status Coverage Status

cart

A microservices-demo service that provides shopping carts for users.

This build is built, tested and released by travis.

API Spec

Checkout the API Spec here

Build

Java

mvn -DskipTests package

Docker

GROUP=weaveworksdemos COMMIT=test ./scripts/build.sh

Test

./test/test.sh < python testing file >. For example: ./test/test.sh unit.py

Run

mvn spring-boot:run

Check

curl http://localhost:8081/health

Use

curl http://localhost:8081

Push

GROUP=weaveworksdemos COMMIT=test ./scripts/push.sh

Packages

 
 
 

Languages

  • Java 76.3%
  • Python 13.6%
  • JavaScript 7.6%
  • Shell 1.6%
  • Dockerfile 0.9%