Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.32 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.32 KB

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