Skip to content

de-ar/node-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node GraphQL Server

A GraphQL implementation of JSON Placeholder.

Live Demo

Click here to open the GraphQL Playground to test this out!

Setup

  1. Clone the project
  2. Run yarn install
  3. Run yarn start
  4. Go to localhost:7714/graphql
  5. Test queries from the Apollo GraphQL Playground