Skip to content

ajitfawade/customerbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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