Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (29 loc) · 1.99 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.99 KB

Kahoot Clone Demo App - Subgraphs

Welcome to the project for GraphQL Summit 2023 "Federated Subscriptions in GraphOS" workshop!

⚠️ Before the workshop

Please complete the following pre-requisites and installations before the workshop.

You will need:

TypeScript

  1. Navigate to the quiz_subgraphs_ts folder.

  2. Navigate to the quiz folder.

  3. Run npm i, then npm run dev. This will run the quiz subgraph on port 4005.

  4. Navigate to the quiz_subgraphs_ts/player folder.

  5. Run npm i then npm run dev. This will run the player subgraph on port 4006.

Rust

  1. Navigate to the quiz_subgraphs/rs folder.

  2. Navigate to the quiz folder. This will run the quiz subgraph on port 4005.

  3. Run cargo run.

  4. Navigate to the quiz_subgraphs_rs/player folder.

  5. Run cargo run. This will run the player subgraph on port 4006.

Getting help

For any issues or problems, join us on Discord in the #summit-workshops channel.