https://github.com/patrick91/graphql-cats
https://github.com/patrick91/graphql-cats
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrick91/graphql-cats
- Owner: patrick91
- Created: 2022-09-01T09:07:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-01T09:09:54.000Z (almost 4 years ago)
- Last Synced: 2025-03-01T02:22:05.387Z (over 1 year ago)
- Language: JavaScript
- Size: 681 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stream demo
This is based on Apollo's odyssey course. It's a react app that communicates
with a GraphQL backend.
## Running via docker
```bash
docker build -t stream-demo .
docker run -it -P stream-demo
```