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.
- Host: GitHub
- URL: https://github.com/elawad/graphql-demo
- Owner: elawad
- Created: 2017-10-31T21:05:13.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T22:07:10.000Z (about 3 years ago)
- Last Synced: 2024-04-17T06:40:02.196Z (about 2 years ago)
- Topics: apollo, express, graphql, optimistic-ui, react, websockets
- Language: JavaScript
- Homepage: https://graphql-demo-mu.vercel.app
- Size: 6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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