Building a Mock Blue Bottle GraphQL API
Table of Contents
Getting Started
- To get started clone this repository by running:
git clone https://github.com/iwakoscott/mock-blue-bottle-graphql-api.git
in your terminal.
cd mock-blue-bottle-graphql-api- run
npm installto download dependencies. - run
npm run startto start the server onhttp://localhost:4001