Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 637 Bytes

readme.md

File metadata and controls

34 lines (16 loc) · 637 Bytes

Github Scanner

Backend for Github Scanner in Nodejs with apollo and graphql

Demo

Video https://youtu.be/vP4wuSKpxyA

Screenshots

Get User Repositories

App Screenshot

Get User Repository Details

App Screenshot

Installation

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