gRPC microservices, exposed to the client like any other RESTful API through HTTP requests.
gRPC is used for communications and transport to and from each service.
Update 31 July 2024:
- REST API for order-service is completed
- payment-service in progress
- gRPC to/from order-service and payment-service in-progress