AdrianHsu / carts

Carts service for microservices-demo application

Home Page:https://github.com/microservices-demo/microservices-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Carts service for microservices-demo application

https://github.com/microservices-demo/microservices-demo

License:Apache License 2.0


Languages

Language:Java 74.9%Language:Python 11.7%Language:JavaScript 6.5%Language:Shell 5.0%Language:Dockerfile 1.9%