Skip to content

nurettintopal/nodejs-graphql

Repository files navigation

Node.js GraphQL Server CI Pipeline GitHub license

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.