Back end implementation for Convertr using node and express.js, a GraphQL API is offered using the Apollostack. This does not imply a GraphQL client, you can use any GraphQL client you like.
git clone https://github.com/Quite-nice/convertr-core
cd convertr-core
npm install
npm start
git clone https://github.com/Quite-nice/convertr-core
cd convertr-core
docker build -t convertr-core .
docker run -d -p 3000:3000 convertr-core
After running the project, browse to localhost:3000/graphiql
to checkout the server's graphiql endpoint.