Description

Basic application to fetch Github public repos

Install

Clone the repository

git clone git@github.com:sarslanoglu/repositories-search.git
cd srepositories-search

Check your Ruby version

ruby -v

The output should be like ruby 3.0.0

If not, install the right ruby version using rvm (it could take a while):

rvm install 3.0.0

Install dependencies

Using Bundler:

bundle install

Serve

rails s

Just visit http://localhost:3000/ or your configuration of local url

Testing

For rubocop to run

rubocop

For rspec to run

rspec