Welcome to the companion app of Odyssey's Voyage II: Federating the Monolith! This is the client
frontend of the Airlock app. You can find the course lessons and instructions on Odyssey, Apollo's learning platform.
You can preview the completed demo app here.
You can find the server counterpart here.
The course will walk you through step by step how to turn the backend from a monolithic graph into a federated graph. It focuses on backend only, so you won't be making any changes to this frontend codebase. You can use this client app to send queries to the graph.
To get started:
- In a terminal window, run
npm install
. - Then, run
npm start
.
This will open up a new browser tab to http://localhost:3000
You will need the back-end server running on localhost:4000
for any queries to work.
For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.