Sign inSign up

mastertinner/graphql-jsonplaceholder

By mastertinner

Updated over 5 years ago

A GraphQL wrapper for the JSON Placeholder API

Image
0

536

mastertinner/graphql-jsonplaceholder repository overview

GraphQL JSONPlaceholder

Build Status Docker Build

A sample GraphQL implementation for the JSONPlaceholder API.

Run for local development

  1. Run npm install
  2. Run npm run start:dev

Compile and run in production

  1. Run npm install
  2. Run npm run build
  3. Run NODE_ENV=production npm start

Build Docker image

The image is available on Docker Hub

  1. Run npm run build:docker

Tag summary

Content type

Image

Digest

Size

41.8 MB

Last updated

over 5 years ago

docker pull mastertinner/graphql-jsonplaceholder