User Interface
Understand the user interface of an application and how to run monolith.
We'll cover the following...
Users can use a REST API provided by the modules exposing their gRPC service APIs using grpc-gateway
. Most modules expose most of their gRPC services this way; notable exceptions are the Notifications module and most of the Depot module.
Note: The REST APIs are mounted at http://localhost:8080/api/*.
Swagger UI
To make ...