Gateway Services
Last updated
Last updated
Gateway services in bringin backend project use http server to serve logic.
Gateway services forwarding http endpoint to another services that used grpc protocol.
Golang version 1.20
Make sure you have golang version 1.20
Make sure you have postgres that support uuid, jsonb
Make sure you have user and cores, auth, social network & content services
See Recommmended project structure section.
First to run this services, make sure your database and the tables that needed already created. Then create .env file from example.env template. The example.env file look likes below change the configuration and match with your environment.
After .env file created. Run this command