Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

microservices-demo/carts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f4e8005 · Dec 5, 2023

History

97 Commits
Nov 9, 2020
Mar 8, 2017
Nov 21, 2017
Jul 24, 2020
Jul 16, 2020
Jul 24, 2020
Aug 10, 2016
Jul 17, 2020
Aug 10, 2016
May 26, 2017
Dec 5, 2023
Nov 21, 2017
Jul 16, 2020

Repository files navigation

Build Status Coverage Status

DEPRECATED: 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