stvkoch / example-graphqlizejs

Graphql server with graphqlizejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example of graphql server with graphqlizejs

https://github.com/stvkoch/graphqlizejs

Here you will find server configurated with:

  • jwt authentication
  • middlewares resolvers in service model
  • subcriptions when something change in service model

It's the same found:

Install

git clone git@github.com:stvkoch/example-graphqlizejs.git
cd example-graphqlizejs
yarn install

Run server

cd example-graphqlizejs
npm i
npm start

Then visit http://localhost:5000/graphql and start to explore

About

Graphql server with graphqlizejs

License:MIT License


Languages

Language:HTML 66.7%Language:JavaScript 33.3%