Skip to content

skoch-tf/example-graphqlizejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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
yarn start

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

About

Graphql server with graphqlizejs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 66.7%
  • JavaScript 33.3%