Skip to content
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages