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

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

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)