The applications used for demonstrative purposes are Orders
and Products
. The applications are written in Python. The Orders API returns a list of orders, whereas the products API returns a list of products.
The application source code for the microservices is in the microservices
folder.
GET Orders - /v1/orders
GET Orders and Products - /v1/orders/products
GET Products - /v1/products