https://github.com/jatiinyadav/graphql-certification
https://github.com/jatiinyadav/graphql-certification
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jatiinyadav/graphql-certification
- Owner: jatiinyadav
- Created: 2020-12-05T17:52:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T18:24:41.000Z (over 1 year ago)
- Last Synced: 2025-02-12T14:18:07.542Z (2 months ago)
- Language: JavaScript
- Size: 939 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Odyssey Lift-off IV: Mutations
Welcome to the companion app of Odyssey Lift-off IV! You can [find the course lessons and instructions on Odyssey](https://odyssey.apollographql.com/lift-off-part4), Apollo's learning platform.
You can [preview the completed demo app here](https://lift-off-client-demo.netlify.app/).
## 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 3 main folders:
- `server`: The starting point of our GraphQL server.
- `client`: The starting point of our React application.
- `final`: The final stage of both the server and client folders, with all of the steps and code completed!To get started:
1. Navigate to the `server` folder.
1. Run `npm install`.
1. Run `npm start`.This will start the GraphQL API server.
In another Terminal window,
1. Navigate to the `client` folder.
1. Run `npm install`.
1. Run `npm start`.This will open up `http://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](https://community.apollographql.com/tags/c/help/6/odyssey).