Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 411 Bytes

File metadata and controls

11 lines (8 loc) · 411 Bytes

Snowtooth API - Lab

In this activity, you'll create an API for Snowtooth Mountain, a fake ski resort.

Setup

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