Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tahahameed23/graphql-odyssey
https://github.com/tahahameed23/graphql-odyssey
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tahahameed23/graphql-odyssey
- Owner: TahaHameed23
- Created: 2024-04-28T09:04:58.000Z (7 months ago)
- Default Branch: lift-off-I
- Last Pushed: 2024-07-23T19:43:58.000Z (4 months ago)
- Last Synced: 2024-07-23T23:10:26.926Z (4 months ago)
- Language: TypeScript
- Size: 3.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://odyssey.apollographql.com/lift-off-part1), Apollo's learning platform.
You can [preview the completed demo app here](https://odyssey-catstronauts.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 `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).