project: Icarus - example

A learning resource for Apollo GraphQL.

more info

To start:

  1. In the terminal, go to ./starWarsServer, run npm install && npm start to start the Star Wars API (a data source)
  2. In the terminal, go to ./server, run npm install && npm start to start the GraphQL API server
  3. In the terminal, go to ./client, run npm install && npm start to start the React App
  4. In the browser, go to https://studio.apollographql.com/dev to view Apollo Studio
  5. In the browser, go to http://localhost:3000 to view the React app