This example shows a simple Blog Context application.
A local gRPC server receiving commands and queries for the Blog Context can be started with:
./gradlew :server:run
By default, it listens on the port 50051. To start it on a different port, use:
/gradlew :server:run -Dport=PORT_NUMBER