blog gRPC Server and Client implemented a blog gRPC server and client with the following functionality: create post read post update post delete post Running the application Install the dependencies go mod tidy Run the server go run server/main.go Run the client go run client/main.go