bkd705 / graphql-mock-server

A graphql endpoint server serving mock data for prototyping and testing purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL Mock Server

A server used for serving a GraphQL and GraphiQL endpoint with mock data. Concept similar to ReqRes allowing users to point their application to a placholder endpoint providing them with mock data on whatever they request.

Development

Requirements

Only tested on Node ^7.9.0 with --harmony

Setup Super simple setup for development.

  1. cd graphql-mock-server && yarn install
  2. yarn start

Contributing

See https://github.com/bkd705/graphql-mock-server/CONTRIBUTING.md

About

A graphql endpoint server serving mock data for prototyping and testing purposes.


Languages

Language:JavaScript 100.0%