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

https://github.com/elawad/graphql-demo

Demo app using GraphQL and Apollo.
https://github.com/elawad/graphql-demo

apollo express graphql optimistic-ui react websockets

Last synced: about 2 months ago
JSON representation

Demo app using GraphQL and Apollo.

Awesome Lists containing this project

README

          

# GraphQL Demo

> Demo app using GraphQL and Apollo.

### Run App
```bash
# UI
yarn
yarn start
```
```bash
# API
yarn start:api
```

### Demo
UI Frontend - [graphql-demo-mu.vercel.app](https://graphql-demo-mu.vercel.app)
\
GraphQL Server - [graphql-demo-mu.vercel.app/api/graphiql](https://graphql-demo-mu.vercel.app/api/graphiql)

### Stack
* Node w/ Express
* GraphQL w/ Apollo
* Create React App
* Material UI