https://github.com/janecakemaster/graphqueens
ðļu better werk
https://github.com/janecakemaster/graphqueens
apollo-server graphql graphql-js nemesis-db redis streaming-iterables
Last synced: 9 months ago
JSON representation
ðļu better werk
- Host: GitHub
- URL: https://github.com/janecakemaster/graphqueens
- Owner: janecakemaster
- Created: 2018-07-29T16:37:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-01T22:05:46.000Z (over 7 years ago)
- Last Synced: 2025-02-14T07:32:45.987Z (10 months ago)
- Topics: apollo-server, graphql, graphql-js, nemesis-db, redis, streaming-iterables
- Language: JavaScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphQueens
graphql example with all your favorite queens
### prerequisites
* redis - easiest way: `brew install redis`
* node 8 and above, probably
### devdata
`npm run devdata` will put a bunch of data in the graph (w/ redis) for you
### run it ðââïļ
`npm start` and check out http://localhost:4000 for the graphQL playground built into `apollo-server`
### depencies
shoutout to @reconbot for [steaming-iterables](https://github.com/reconbot/streaming-iterables) and [nemesis-db](https://github.com/reconbot/nemesis-db)