Here is link of deployment : https://github-repo-com.herokuapp.com/ (Try refreshing if heroku says there is nothing)
In order to run this application on your own one have to do following task :
-
generate clientID, clientSecret, callbackURL from github oauth section in developer setting @Github
-
open .env file put up your data there
-
open home.js file, replace some things like domain.com to localhost:port_number, clientID, callbackURL etc...
-
run this application.