Skip to content

A lab focused on building subscriptions with GraphQL and Apollo Server

Notifications You must be signed in to change notification settings

graphqlworkshop/snowtooth-subscriptions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snowtooth Subscriptions Lab 🏔

In this activity, you'll add subscription support to Snowtooth Mountain, a real GraphQL API for a fake ski resort.

Setup 🚡

  1. In your Terminal or Command Prompt, Download or Clone this Repository: git clone https://github.com/graphqlworkshop/snowtooth-subscriptions
  2. Change directory: cd snowtooth-subscriptions
  3. Install dependencies: npm i
  4. Start the Server: npm start
  5. Open the browser to: http://localhost:4000

Lab Instructions 🚠

  1. Add a subscription to handle changes in Lift status
  2. Add a subscription to handle changes in Trail status

About

A lab focused on building subscriptions with GraphQL and Apollo Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages