Githuber is a Ruby on Rails application that allows you to retrieve information about GitHub users and their repositories.
- Clone the repository:
git clone https://github.com/setwith/githuber.git- Navigate to the project directory:
cd githuber- Install the gems:
bundle- Start the server:
rails s-
Visit
http://localhost:3000/in your web browser. -
On the homepage, enter the GitHub user's login in the form and click "Get Info."
-
User and repository information will be displayed on the page.
Run tests to ensure the correctness of the application:
rspecThis application is developed using:
- Ruby '3.1.2'
- Rails '~> 7.0.8'
- GraphQL
- Rspec for testing