GraphQL Server Boilerplate for Node.js
install dependencies:
$ npm installrun:
$ npm run startopen a browser and go to:
http://localhost:4000/graphqlrun:
$ npm run testrun:
$ npm run buildbuild image:
$ docker build -t nodejs-graphql-server .run container:
$ docker run -d -p 4000:4000 nodejs-graphql-serveropen a browser and go to:
http://localhost:4000/graphqlcooming soon...
nodejs-graphql-server is open-sourced software licensed under the MIT license.
