An open API service indexing awesome lists of open source software.

https://github.com/stvkoch/example-graphqlizejs

Graphql server with graphqlizejs
https://github.com/stvkoch/example-graphqlizejs

apollo-server apollographql expressjs graphql graphqlizejs jwt jwt-auth nodejs nodejs-server orm postgresql sequelizejs

Last synced: 7 months ago
JSON representation

Graphql server with graphqlizejs

Awesome Lists containing this project

README

          

## 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:

- https://graphqlize.herokuapp.com/graphql
- https://graphqlize.herokuapp.com/schema

### 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