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 availableBIND_ADDRESS
: address to bind REST api socket toAUTH_SERVICE_URL
: url to the REST authentication serviceUSER_SERVICE_URL
: url to the REST user serviceAUTH_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