Go fiber and gRPC

I use Go for create the microservices with Gofiber for the responses, Gorm like ORM for PostgreSQL database and gRPC for comunicate between services.

Microservices

Postgres

I use Postgres for the database. For a guide on getting started with Postgres, check out this documentation.

database tables:

Routes

Struct: method route need_token

gRPC Servers

Movements gRPC Server:9000