Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirofumi/docker-grpc-gateway-swagger-ui

Swagger UI for .proto files
https://github.com/hirofumi/docker-grpc-gateway-swagger-ui

docker grpc-gateway swagger-ui

Last synced: about 1 month ago
JSON representation

Swagger UI for .proto files

Awesome Lists containing this project

README

        

# docker-grpc-gateway-swagger-ui

## Usage

```
$ git clone --depth=1 -b v1.14.6 https://github.com/grpc-ecosystem/grpc-gateway.git
$ PROTO_DIR=$PWD/grpc-gateway/examples/internal/helloworld
$ docker run -p 3000:3000 -v"$PROTO_DIR:/proto:ro" --rm -it hiro/grpc-gateway-swagger-ui
```

```
$ open http://localhost:3000
```