Skip to content

プログラマーのためのVisual Studio Codeの教科書 (初版) - Chapter3 Cartsマイクロサービス デモアプリ

License

Notifications You must be signed in to change notification settings

vscode-textbook/carts

This branch is 11 commits behind microservices-demo/carts:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2016
Mar 8, 2017
Nov 21, 2017
Mar 8, 2017
Apr 26, 2018
Mar 9, 2017
Aug 10, 2016
Apr 27, 2018
Aug 10, 2016
May 26, 2017
Jan 11, 2017
Nov 21, 2017
Mar 14, 2017

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

About

プログラマーのためのVisual Studio Codeの教科書 (初版) - Chapter3 Cartsマイクロサービス デモアプリ

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 76.7%
  • Python 12.0%
  • JavaScript 6.7%
  • Shell 4.6%