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.
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:
- Navigate to the
server
folder. - Run
yarn install
. - Run
yarn start
.
This will start the GraphQL API server.
In another Terminal window,
- Navigate to the
client
folder. - Run
yarn install
. - Run
yarn start
.
This will open up localhost:3000
in your web browser.
Please reach me: https://reach-me.io/dshuvalov