An open API service indexing awesome lists of open source software.

https://github.com/raezil/grpc-gateway-graphql-sample

sample grpc gateway graphql usecase
https://github.com/raezil/grpc-gateway-graphql-sample

Last synced: 7 months ago
JSON representation

sample grpc gateway graphql usecase

Awesome Lists containing this project

README

          

# grpc-gateway-graphql

Sample usecase of https://github.com/ysugimoto/grpc-graphql-gateway with authentication

## Run Docker
```
docker build -t app8:latest .
docker run -d -p 8080:8080 --name app8 app8:latest
```