All Projects → apollographql → odyssey-lift-off-part1

apollographql / odyssey-lift-off-part1

Licence: other
No description, website, or topics provided.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Odyssey Lift-off I: Basics

Welcome to the companion app of Odyssey Lift-off I! You can find the course lessons and instructions on Odyssey, Apollo's learning platform.

You can preview the completed demo app here.

How to use this repo

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!

There are 2 main folders:

  • server: The starting point of our GraphQL server.
  • client: The starting point of our React application.

To get started:

  1. Navigate to the server folder.
  2. Run npm install.
  3. Run npm start.

This will start the GraphQL API server.

In another Terminal window,

  1. Navigate to the client folder.
  2. Run npm install.
  3. Run npm start.

This will open up localhost:3000 in your web browser.

Getting Help

For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].