Skip to content

antsla/cqrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Создаем заказ curl --request POST 'http://localhost:8080/v1/order?userId=1

Создаем товары для заказа curl --request POST http://localhost:8081/v1/goods?orderId=1 curl --request POST http://localhost:8081/v1/goods?orderId=1

Получаем список: curl http://localhost:8082/v1/order-history?limit=2&threshold=1&offset=0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors