Skip to content

octobus55/Graphql_exercise

 
 

Repository files navigation

GraphQL React - Engineer Exercise

Simple JSON GraphQL Server - React / Node

Introduction

This project has the following components:

  • Next.js, React and Node.js api
  • GraphQL server running on localhost:4000/graphql
    • Schema is defined in ./api/schema.js
    • Data is located in ./api/db/courses.json
    • GraphiQL is included with this graphQL server

Running the application

  • yarn - Install dependancies.
  • yarn dev - Uses Concurrently to run both the next app and the Node graphQL server.

About

React and GraphQL exercise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.8%
  • Other 0.2%