superfly / 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

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

Deploy to fly.io

  1. Install flyctl: https://github.com/superfly/flyctl#installation
  2. Sign up for Fly: https://fly.io/app/sign-up
  3. Login from your CLI: flyctl auth login
  4. Create fly app: flyctl apps create --builder node
  5. Deploy: flyctl deploy

About

A real GraphQL API for a fake ski resort

https://www.graphqlworkshop.com


Languages

Language:JavaScript 100.0%