Skip to content

AccentDesign/grpc

Repository files navigation

gRPC Services

Go

Services hosted within Accent Design using Google Remote Procedure Call.

Services

A list of all the service built in this library:

Service Description
Auth Email and password authentication Dockerhub
Email SMTP email with file attachments Dockerhub

Tools

Some useful external tools:

FastAPI Boilerplate

A boilerplate written in Python, Pydantic and SQLAlchemy using the following services

  • Auth
  • Email

https://github.com/stuartaccent/fastapi-boilerplate

gRPC Web UI

Connect to a running gRPC service that has reflection enabled

docker run \
--publish 8080:8080 \
fullstorydev/grpcui:latest \
-bind 0.0.0.0 -port 8080 -plaintext host.docker.internal:50051