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
- Host: GitHub
- URL: https://github.com/raezil/grpc-gateway-graphql-sample
- Owner: Raezil
- Created: 2024-10-19T12:01:04.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T13:02:44.000Z (12 months ago)
- Last Synced: 2025-01-13T21:44:36.368Z (9 months ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```