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

https://github.com/patrick91/graphql-cats


https://github.com/patrick91/graphql-cats

Last synced: 8 days ago
JSON representation

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
```