Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 463 Bytes

File metadata and controls

33 lines (20 loc) · 463 Bytes

Customerbase GraphQL Server

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

Version

1.0.0

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

HitCount