[go: nahoru, domu]

Skip to content

stvkoch/example-graphqlizejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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