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

apollographql/demo-kahoot-clone-supergraph

Repository files navigation

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.

About

GraphQL Summit 2023 Workshop Demo for Federated Subscriptions in GraphOS.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published