Simple JSON GraphQL Server - React / Node
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
- Schema is defined in
yarn
- Install dependancies.yarn dev
- Uses Concurrently to run both the next app and the Node graphQL server.