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

microservices-demo/orders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

546a10c · Dec 5, 2023

History

97 Commits
Sep 28, 2020
Jan 11, 2017
Sep 28, 2020
Jan 18, 2017
Oct 24, 2018
Nov 22, 2016
Dec 15, 2016
Sep 22, 2020
Aug 10, 2016
Aug 12, 2016
Dec 5, 2023
Jan 2, 2017
Mar 14, 2017

Repository files navigation

Build Status Coverage Status

DEPRECATED: orders

A microservices-demo service that provides ordering capabilities.

This build is built, tested and released by travis.

API Spec

Checkout the API Spec here

Build

Jar

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

Use

curl http://localhost:8082

Push

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