- Generate and copy Access Token from Github Personal Acess Token
- Create .env file in project folder (add REACT_APP_GITHUB_ACCESS_TOKEN=accessToken)
- Install AXIOS (yarn add axios)
Note: Github Public APIs Examples: https://api.github.com/users https://api.github.com/users/uqutub https://api.github.com/users/uqutub/repos
Note: Github GraphQL endpoint (for educational purpose) https://api.github.com/graphql Github GraphQL API Documentation Github GraphQL Playground/Explorer
Book: The Road to GraphQL by Robin Wieruch (Chapters 1-7)