git clone https://github.com/AhmedKhaled146/Integrate-with-Github.git
then:
cd integrate_with_github
You should install the dependencies:
bundle install
and Setup the database:
rails db:create
rails db:migrate
you should add your Github_access_token in the .ENV file
GITHUB_ACCESS_TOKEN= xxxx_Your_token_XXXX
then you should Run the server
rails s