Welcome to the companion app of Side Quest: Deploying an Apollo app with Railway! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.
You can preview the completed demo app here, and the source code here.
The course will walk you step by step on how to implement the features you see in the demo app. This codebase is the starting point of your journey!
This repo is the starting point of our GraphQL server.
To get started:
- Run
npm install
. - Run
npm start
.
This will start the GraphQL API server.
To check the final stage of the server, with all of the steps and code completed, checkout the final
branch by running the following command in your terminal:
TODO
git checkout final
For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.