This project will include development from all 5 lift-off projects from https://www.apollographql.com/tutorials/ Currently, this repo has completed:
- Lift-Off I
- Lift-Off II
- Lift-Off III
- Lift-Off IV
- Lift-off V - this repo was NOT split in two.
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:
- Navigate to the
serverfolder. - Run
npm install. - Run
npm start.
This will start the GraphQL API server.
In another Terminal window,
- Navigate to the
clientfolder. - Run
npm install. - Run
npm start.
This will open up localhost:3000 in your web browser.
For any issues or problems concerning the course content, please refer to the Odyssey topic in our community forums.