Skip to content

janecakemaster/graphQueens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and nemesis-db