An open API service indexing awesome lists of open source software.

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.

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.