Skip to content

Node.js - GraphQL / Express / JSON Server / Axios based data query platform starter kit

License

Notifications You must be signed in to change notification settings

mayankrd/graphql-express

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm github

graphql-express

Node.js - GraphQL / Express / JSON Server / Axios based data query platform starter kit

Getting Started

git clone repo
npm install
npm run dev:server
npm run json:server

Use GraphiQL to send the request

Sample request:

{
  customer(id: "5")
  {
    name,
    age
  }
}

Built With

Acknowledgments

  • Hat tip to anyone who's code was referred

About

Node.js - GraphQL / Express / JSON Server / Axios based data query platform starter kit

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published