gRPC-start Steps For Usage Start the gRPC Server go run server/main.go Start the HTTP server go run main.go cURL or use a REST client to hit endpoint curl -X POST -k localhost:8080/v1/user -d '{"name": "Adam Ouellette", "age": 24, "email": "adamouellette57@gmail.com"}'