https://github.com/ailrun/example-graphql-server
Example server for graphql seminar
https://github.com/ailrun/example-graphql-server
example expressjs graphql graphql-server
Last synced: 4 months ago
JSON representation
Example server for graphql seminar
- Host: GitHub
- URL: https://github.com/ailrun/example-graphql-server
- Owner: Ailrun
- License: mit
- Archived: true
- Created: 2017-11-25T21:29:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-15T02:26:37.000Z (almost 6 years ago)
- Last Synced: 2025-10-02T12:36:53.448Z (4 months ago)
- Topics: example, expressjs, graphql, graphql-server
- Language: JavaScript
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GraphQL Server Example
## How to Install
- To install this as global,
``` shell
$ npm install -g @ailrun/example-graphql-server
# or
$ yarn global add @ailrun/example-graphql-server
```
- To install this as project-local
``` shell
$ npm install @ailrun/example-graphql-server
# or
$ yarn add @ailrun/example-graphql-server
```
## How to use
- when you install this as global package
``` shell
$ example-graphql-server
```
- when you install this as project-local package
``` shell
$ ./node_modules/.bin/example-graphql-server
# or
$ yarn example-graphql-server
# or after adding `"example": "example-graphql-server"` to "scripts" of package.json
$ npm run example
```
## Change log
See [CHANGELOG.md](https://github.com/ailrun/example-graphql-server/blob/master/CHANGELOG.md)
## Author
- Junyoung Clare Jang
- Github: [@Ailrun](https://github.com/ailrun)
## LICENSE
[MIT](https://github.com/Ailrun/example-graphql-server/blob/master/LICENSE)