https://github.com/iamrishupatel/catstronauts-apollo-server
Welcome to the companion app of Odyssey Lift-off course on Apollo's learning platform.
https://github.com/iamrishupatel/catstronauts-apollo-server
apollo-server graphql grapql-server
Last synced: about 1 month ago
JSON representation
Welcome to the companion app of Odyssey Lift-off course on Apollo's learning platform.
- Host: GitHub
- URL: https://github.com/iamrishupatel/catstronauts-apollo-server
- Owner: iamrishupatel
- Created: 2022-05-11T18:48:49.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-11T19:53:45.000Z (about 4 years ago)
- Last Synced: 2025-02-12T10:56:07.098Z (over 1 year ago)
- Topics: apollo-server, graphql, grapql-server
- Language: JavaScript
- Homepage: https://catstronauts-web.netlify.app/
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catstronauts - server
Welcome to the companion graphql apollo server of Odyssey Lift-off course on Apollo's learning platform.
You can [preview the completed demo app here](https://catstronauts-web.netlify.app/).
react web client can be found [here](https://github.com/iamrishupatel/catstronaut-web-client)
## How to use this repo
To get started:
- Clone this repo
- Navigate to root folder in terminal.
- Run `npm install`.
- Run `npm start`.
This will start the GraphQL API server.