The GraphQL proxy service Token Factory. This is the GraphQL entry endpoint for the the various GraphQL micro services in Token Factory.
gql-proxy is a stand alone micro-service which unites 3 services: account services(account-service), registration services(registration-service) and stellar node services(core-test.gly.sh)
To run this program, NPM install the various dependencies and start the server.
npm install; npm run build; npm run start:dev
Currently this micro service does not have tests