Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 629 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 629 Bytes

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