Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.05 KB

Federation 2 from Day One Workshop

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.

Workshop Prerequisites

Installing Dependencies

  1. Clone this repo
    git clone https://github.com/apollosolutions/federation-workshop.git
    cd federation-workshop
  2. Install NPM packages
    npm install
  3. Install Rover
    curl -sSL https://rover.apollo.dev/nix/latest | sh
  4. Install Apollo Router
    curl -sSL https://router.apollo.dev/download/nix/latest | sh