Sign inSign up

lssalas/hello-world-graphql

By lssalas

Updated almost 2 years ago

Hello World GraphQL- JS

Image
Languages & frameworks
0

1.3K

lssalas/hello-world-graphql repository overview

GraphQL Hello World - Node.js

This is a "Hello World" project using GraphQL with Express.js and Node.js. The API exposes a /graphql route to run GraphQL queries and responds with a "Hello World with GraphQL" message.

##Docker

Download the image
  1. To download the image from Docker Hub:
docker pull lssalas/hello-world-graphql:last
  1. To run the image:
docker run -p 4000:4000 --name hello-world-graphql-container lssalas/hello-world-graphql:latest

Tag summary

Content type

Image

Digest

sha256:e5c814151

Size

344.5 MB

Last updated

almost 2 years ago

docker pull lssalas/hello-world-graphql