In this activity, you'll create an API for Snowtooth Mountain, a fake ski resort.
- In your Terminal or Command Prompt, Download or Clone this Repository:
git clone https://github.com/graphqlworkshop/snowtooth-api
- Change directory:
cd snowtooth-api
- Install dependencies:
npm install
- Start the Server:
npm start
- Open the browser to:
http://localhost:4000