Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Odyssey Side Quest: Deploy Catstronauts server 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/), and [the source code here](https://github.com/apollographql-education/odyssey-side-quest-deploy-client).

## Deploy to Railway

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

## 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!

This repo is the starting point of our GraphQL server.

To get started:

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

This will start the GraphQL API server.

To check the **final** stage of the server, with all of the steps and code completed, checkout the `final` branch by running the following command in your terminal:

TODO

```bash
git checkout final
```

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