Skip to content

[Course] Advanced GraphQL - Learn advanced practices and techniques when when building a GraphQL API.

Notifications You must be signed in to change notification settings

FrontendMasters/advanced-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

This repo is from an archived version of the course. Watch the latest version of the course on frontendmasters.com.

Learn and advanced and practical approach to build a GraphQL API, by Scott Moss

tech check

  • Node v8+
  • Yarn / NPM (latest)
  • Mongo (latest) (see below for Docker install)
  • Git + Github

Course Format

This course has a video component on FrontEnd Masters. It follows the video closely. The repo is broken down into different branches in the following format: lesson-{lesson number} lesson-{lesson-number}-solution

Each branch focuses on a specific topic and has instructions in it's README.

MongoDB with Docker

$ docker run -p 27017:27017 -d mongo

Get started

Check out to lesson 1 git checkout lesson-1 And follow the README there. Enjoy!

About

[Course] Advanced GraphQL - Learn advanced practices and techniques when when building a GraphQL API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published