Welcome to FlyBy, the companion app of the "Federation 2 from Day One" Workshop
This is a fork of the FlyBy app used in the Voyage I course in Odyssey, Apollo's learning platform. If you're looking for a self-directed course for learning Federation, check it out!
You can preview the completed demo app here.
- Git
- Node.js 16 or higher
- An Apollo Studio account (free!)
- Clone this repo
git clone https://github.com/apollosolutions/federation-workshop.git cd federation-workshop
- Install NPM packages
npm install
- Install Rover
curl -sSL https://rover.apollo.dev/nix/latest | sh
- Install Apollo Router
curl -sSL https://router.apollo.dev/download/nix/latest | sh