Files
scs-100/scs-101
Jay Ehsaniara a8d7d4a85f 📝 🎨 Update the README.md
2021-07-13 09:09:01 -07:00
..
2021-07-12 23:48:38 -07:00
2021-07-13 00:26:45 -07:00
2021-07-13 00:26:45 -07:00
2021-07-13 08:35:02 -07:00
2021-07-13 08:48:38 -07:00
2021-07-13 08:55:47 -07:00
2021-07-13 08:55:47 -07:00
2021-07-13 09:07:29 -07:00

This Project has 5 subprojects:

scs-101-commons

scs-101 commons ci

lib project for core projects

1- scs-101-inventory-check

scs-101 inventory-check ci

2- scs-101-order

scs-101 order ci

3- scs-101-order-branch

scs-101 order-branch ci

4- scs-101-shipped

scs-101 shipped ci

5- scs-101-shipping

scs-101 shipping ci

Quick Start

ORDER_UUID=$(curl --silent -H 'Content-Type: application/json' -d "{\"itemName\":\"book\"}" http://localhost:8080/order | jq -r '.orderUuid') && for i in `seq 1 15`; do sleep 1; echo $(curl --silent "http://localhost:8080/order/status/"$ORDER_UUID); done;