Skip to content

davis243/example-modulith

Repository files navigation

Examples

This examples use httpie

  • Create Orders
http POST :8080/api/orders items:='[{"productId": 123, "quantity": 2}, {"productId": 124, "quantity": 1}]'
  • Get all Orders
http GET :8080/api/orders
  • Get Inventory
http GET :8080/api/inventory/123

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages