Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.03 KB

README.md

File metadata and controls

62 lines (46 loc) · 1.03 KB

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.