I use Go for create the microservices with Gofiber for the responses, Gorm like ORM for PostgreSQL database and gRPC for comunicate between services.
I use Postgres for the database. For a guide on getting started with Postgres, check out this documentation.
database tables:
Struct:
method
route
need_token
/user
/auth
/transaction
/avatar