Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 940 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 940 Bytes

Catstronaut Apollo app

Welcome to the final app after finishing Odyssey Lift-off! 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

This codebase is the starting point of your journey in studying GraphQL and Apollo framework!

There are 3 main folders:

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

To get started:

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

This will start the GraphQL API server.

In another Terminal window,

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

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

Getting Help

Please reach me: https://reach-me.io/dshuvalov