Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mirianalejandra1996/catstronauts-server
https://github.com/mirianalejandra1996/catstronauts-server
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mirianalejandra1996/catstronauts-server
- Owner: mirianalejandra1996
- Created: 2023-10-12T03:56:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-12T04:02:11.000Z (about 1 year ago)
- Last Synced: 2023-10-12T20:48:58.710Z (about 1 year ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).