📝 🎨 Update the README.md
This commit is contained in:
@@ -21,5 +21,14 @@ lib project for core projects
|
||||
|
||||
## 4- scs-101-shipped
|
||||
|
||||
[](https://github.com/ehsaniara/scs-kafka-intro/actions/workflows/scs101shipped.yml)
|
||||
|
||||
## 5- scs-101-shipping
|
||||
|
||||
[](https://github.com/ehsaniara/scs-kafka-intro/actions/workflows/scs101shipping.yml)
|
||||
|
||||
# Quick Start
|
||||
|
||||
```shell
|
||||
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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user