Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 328 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 328 Bytes

GraphQL Sample JS Server

Node.js/Express CRUD backend using GraphQL and JSON-Server

Usage

-Install Dependencies

$ npm install

-Run JSON-Server (Port 3000)

$ npm run json:server

-Run Server (Port 4000)

$ npm run dev:server

-Visit Graphiql IDE

Go to http://localhost:4000/graphql