https://github.com/gsans/starwars-quotes-graphql-server
Apollo GraphQL Server 2 that broadcasts StarWars quotes
https://github.com/gsans/starwars-quotes-graphql-server
apollo-server graphql-playground starwars-api subscriptions-transport-ws
Last synced: about 1 year ago
JSON representation
Apollo GraphQL Server 2 that broadcasts StarWars quotes
- Host: GitHub
- URL: https://github.com/gsans/starwars-quotes-graphql-server
- Owner: gsans
- Created: 2019-07-10T08:55:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:58:00.000Z (over 3 years ago)
- Last Synced: 2025-02-11T14:22:42.414Z (over 1 year ago)
- Topics: apollo-server, graphql-playground, starwars-api, subscriptions-transport-ws
- Language: JavaScript
- Size: 3.58 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Usage
Make sure you install dependencies with `npm i` or `yarn`.
## Run 'nodemon index.js'
```bash
nodemon index.js
[nodemon] 1.19.1
[nodemon] to restart at any time, enter `rs`
[nodemon] watching: *.*
[nodemon] starting `node index.js`
Websocket Server is now running on http://localhost:4001/graphql
Server listening at http://localhost:4000/graphql
```
## GraphQL Playground
Open url `http://localhost:4000/graphql` to open the GraphQL Playground.
