Skip to content

hesbon-osoro/github-graphql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub GraphQL Server

Quickly convert GitHub REST API into GraphQL server.

Let Client request exact data using GraphQL Apollo Server

Technologies

  • Apollo Server
  • TypeScript
  • Node
  • Axios
  • GraphQL
  • REST API
  • GitHub

Setup

# Clone the repo
git clones https://github.com/hesbon-osoro/github-graphql-server.git

# Navigate to directory and install packages
cd github-graphql-server && yarn

# Start the Apollo Server
yarn start

Open the GraphQL explorer at localhost:4000 or localhost:4000/api/graphql

Start requesting the exact data that you need unlike the REST API that provides all the data.

Demo

User request

User response

REST User response

rest res

Followers request

Followers response

REST Followers response

followers rest

About

Quickly convert GitHub REST API into GraphQL server.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published