Skip to content

gsans/starwars-quotes-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Make sure you install dependencies with npm i or yarn.

Run 'nodemon index.js'

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.

alt text

Releases

No releases published

Packages

No packages published