Node.js GraphQL Server
GraphQL Server Boilerplate for Node.js
usage
install dependencies:
$ npm install
run:
$ npm run start
open a browser and go to:
http://localhost:4000/graphql
tests
run:
$ npm run test
build
run:
$ npm run build
usage with docker-compose
build image:
$ docker build -t nodejs-graphql-server .
run container:
$ docker run -d -p 4000:4000 nodejs-graphql-server
open a browser and go to:
http://localhost:4000/graphql
contributing
cooming soon...
license
nodejs-graphql-server is open-sourced software licensed under the MIT license.