Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mirianalejandra1996/catstronauts-client

"Catstronaut" (Cliente) es una aplicación web que fusiona la gracia de los gatos con la versatilidad de GraphQL. Este proyecto ha sido creado con fines educativos, con el objetivo de aprender cómo se implementa GraphQL en una aplicación real🚀🐱📚
https://github.com/mirianalejandra1996/catstronauts-client

frontend graphql graphql-client innovation laboratoria react website

Last synced: 4 days ago
JSON representation

"Catstronaut" (Cliente) es una aplicación web que fusiona la gracia de los gatos con la versatilidad de GraphQL. Este proyecto ha sido creado con fines educativos, con el objetivo de aprender cómo se implementa GraphQL en una aplicación real🚀🐱📚

Awesome Lists containing this project

README

        

# Odyssey Side Quest: Deploy Catstronauts client with Railway

Welcome to the companion app of Side Quest: Deploying an Apollo app with Railway! You can [find the course lessons and instructions on Odyssey](https://apollographql.com/tutorials/side-quest-deploy-railway), Apollo's learning platform.

You can [preview the completed demo app here](https://lift-off-client-demo.netlify.app/).

You can [find the server counterpart here](https://github.com/apollographql-education/odyssey-side-quest-deploy-server).

## Deploying to Railway

[![Deploy on Railway](https://railway.app/button.svg)](https://railway.app/template/wAfad7)

## How to use this repo locally

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!

This repo is the starting point of our React client application.

To get started:

1. Run `npm install`.
1. Run `npm start`.

This will start the React application and open up `localhost:3000` in your web browser.

> Note that the client will show an `ERROR: Failed to fetch` message unless you have the [counterpart GraphQL server](https://github.com/apollographql-education/odyssey-side-quest-deploy-server) running locally on `localhost:4000`.

## 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).