Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1018 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 1018 Bytes

bitly

Setup and running

Requirements:

docker-compose up --detach

GRPC

The GRPC server is available at localhost:6060.

The GRPC client is available at http://localhost:8080.

Documentation

The GRPC client also functions as documentation exploiting GRPC server reflection. However, in the Actions section you will find the documentation as proto.html.

HTTP

The HTTP server is available at http://localhost:7070.

The Swagger UI is available at http://localhost:7070/swagger.

Documentation

The Swagger UI functions both as a client and documentation. Be aware the it will automatically follow redirections and you will probably get an error due to CORS. Copy and paste the redirection link in the browser and enjoy. However, in the Actions section you will find the documentation as swagger.yaml and swagger.json.