smyrick / federation-workshop

Code for the Federation 2 from Day One hands-on workshop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Code for the Federation 2 from Day One hands-on workshop


Languages

Language:JavaScript 87.8%Language:HTML 6.2%Language:CSS 6.0%