/grpc-start

test grpc app

Primary LanguageGo

gRPC-start

Steps For Usage

  1. Start the gRPC Server
    go run server/main.go
  2. Start the HTTP server
    go run main.go
  3. 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"}'