A simple GraphQL SQL server, using Express, Babel, Knex and just that.
This repository was cloned from leonardomso/graphql-mongodbserver
Feel free to clone the repository, submit changes and so on.
Run just the server on https://localhost:4000/graphql:
$ npm install
$ npm run server
Run the client on https://localhost:3000/ and Server on https://localhost:4000/graphql:
$ npm install
$ npm run dev
MIT (c) John Murphy john.softek@gmail.com