/api-customers

An example of a Api Gateway with services gRPC and Docker.

Primary LanguageC#

api-customers

An example of an Api Gateway communicating with gRPC services that query their respective databases, all in containers. For the development of the project it was used:

  • Asp.Net Core 3.1
  • AutoFac (Dependency Injection)
  • Docker
  • gRPC
  • Postgres
  • Domain-Driven-Design