https://github.com/mirantis/k8srnd-sockshop-orders
https://github.com/mirantis/k8srnd-sockshop-orders
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirantis/k8srnd-sockshop-orders
- Owner: Mirantis
- License: apache-2.0
- Created: 2019-09-11T07:15:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-26T12:36:46.000Z (about 5 years ago)
- Last Synced: 2025-01-17T12:17:46.808Z (4 months ago)
- Language: Java
- Size: 167 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/microservices-demo/orders) [](https://coveralls.io/github/microservices-demo/orders?branch=master)
[](http://microbadger.com/images/weaveworksdemos/orders "Get your own image badge on microbadger.com")# 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](http://microservices-demo.github.io/api/index?url=https://raw.githubusercontent.com/microservices-demo/orders/master/api-spec/orders.json)
# 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`