An example GraphQL implementation that acts as a wrapper over a partial set of Instructor and Video information, and also includes generated subscriber information for use in learning GraphQL concepts.
- Clone or fork this repository
- Make sure you have node.js installed
- run
npm install
to install dependencies - run
npm start
to fire up dev server - open browser to
http://localhost:3000