Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

nikgraf/graphql-apollo-client-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphql-apollo-client-course

These are the code examples to the free video course GraphQL Data in React with Apollo Client

Course Logo

In order to run the client you need to seed the DB and run the server beforehand.

cd server
npm install
npm run seed
npm run start:slow

or when using yarn

cd server
yarn
yarn seed
yarn start:slow

You can find the server located here: https://github.com/nikgraf/graphql-apollo-client-course/tree/master/server

The db stores two JSON files stored in /tmp/recipes.json and /tmp/ingedients.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published