Getting github repositories list (name, owner, size (repository size in kilobytes)) + github repositories details (filesCount - count of files in github repository, name, owner, active webhooks, isPrivate - is repository private) with Github graphql api + github api
You can spin up an apollo server by the following command:
cd ./src/services/github + npm install + npm run dev