Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 337 Bytes

File metadata and controls

26 lines (17 loc) · 337 Bytes

Apollo Server Mocking Activity

In this activity, we'll go through the process of setting up schema mocks using Apollo Server.

Setup

  1. Clone the Repo
git clone https://github.com/graphqlworkshop/mocking
  1. Install Dependencies
cd mocking
npm i
  1. Start the Server
npm start
  1. Open localhost:4000