The repository is in 6 sections, each with their corresponding directory.
This shows the basic code needed for a GRPC server.
This shows what a GRPC server with corresponding REST endpoints looks like.
This shows what adding Swagger to the rest endpoint looks like.
This shows what it looks like when you add an endpoint to the GRPC server
This shows an example of how you could build a container to deploy the server.
This shows an example of adding Google Firestore to add a Database to your server. It also modifies endpoints to demonstrate POST requests.