/graphql-express-redis

A Simple GraphQL server with Express.js framework to perform get and set on Redis Database.

Primary LanguageJavaScript

A Simple GraphQL server with Express.js framework to perform get and set on Redis Database.

##STEPS

  1. Have redis on your Machine
  2. clone the repo
  3. CD to the Project Directory then
  4. run npm install to install all dependencies
  5. run npm start to start up your server
  6. Head over to your Browser and enter http://localhost:4000/graphql.