Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 763 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 763 Bytes

DeepScan grade

api-gateway-service

API Gateway for the Motum services to put everything under one umbrella

Steps to get it up and running:

  • Specify environment variables, such as:
    • PORT: port on which REST authentication api will be available
    • BIND_ADDRESS: address to bind REST api socket to
    • AUTH_SERVICE_URL: url to the REST authentication service
    • USER_SERVICE_URL: url to the REST user service
    • AUTH_VERIFICATION_SERVICE_URL: url to the gRPC authentication service
  • yarn build
  • yarn start

Or after you add env variables use yarn docker to build docker image