GraphQL Server Boilerplate for Node.js
install dependencies:
$ npm install
run:
$ npm run start
open a browser and go to:
http://localhost:4000/graphql
run:
$ npm run test
run:
$ npm run build
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
cooming soon...
nodejs-graphql-server is open-sourced software licensed under the MIT license.