Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 621 Bytes

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