GraphQL Reading List

A simple example of using GraphQL to query books and their authors.

Getting Started

Make sure Node is installed by typing node -v in your terminal. If NodeJS isn't installed download the package here

git clone https://github.com/kcontreras01/graphqlReadingList.git

cd into graphqlReadingList

npm install

node server/app

Navigate to http://localhost:3000/graphql

Celebrate!

celebrate