Backend for Github Scanner in Nodejs with apollo and graphql
Video https://youtu.be/vP4wuSKpxyA
Get User Repositories
Get User Repository Details
Install node modules by running
npm install or yarn
Run Server with one of following command
node index.js or npm run start or yarn start
Open http://localhost:4000/graphql on your browser

