reesscot / snowtooth-api

A real GraphQL API for a fake ski resort

Home Page:https://www.graphqlworkshop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snowtooth API - Lab

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

Step 0: 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
  6. Send a test query:

About

A real GraphQL API for a fake ski resort

https://www.graphqlworkshop.com


Languages

Language:JavaScript 100.0%