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
- Host: GitHub
- URL: https://github.com/stvkoch/example-graphqlizejs
- Owner: stvkoch
- License: mit
- Created: 2019-04-05T18:32:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:43:56.000Z (about 3 years ago)
- Last Synced: 2023-04-13T15:02:26.033Z (almost 3 years ago)
- Topics: apollo-server, apollographql, expressjs, graphql, graphqlizejs, jwt, jwt-auth, nodejs, nodejs-server, orm, postgresql, sequelizejs
- Language: HTML
- Size: 1.24 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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