Services hosted within Accent Design using Google Remote Procedure Call.
A list of all the service built in this library:
Service | Description | |
---|---|---|
Auth | Email and password authentication | Dockerhub |
SMTP email with file attachments | Dockerhub |
Some useful external tools:
FastAPI Boilerplate
A boilerplate written in Python, Pydantic and SQLAlchemy using the following services
- Auth
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