microservices-grpc-ui icon indicating copy to clipboard operation
microservices-grpc-ui copied to clipboard

Microservices applying BFF pattern with REST, and gRPC. This repo contains the generic UI.

Microservices gRPC UI

Deployed in EC2, Check it out!

Generic client app for performing CRUD operations through microservices at

Installation

npm install
npm start

Make sure at least one set of services in the above repos is started beforehand

Routes

# [Microservices Go gRPC]
http://localhost:3000/go
# [Microservices Kotlin gRPC]
http://localhost:3000/kotlin
# [Microservices Java gRPC]
http://localhost:3000/java

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.