Thanks to visit codestin.com
Credit goes to github.com

Skip to content

An application that allows you to retrieve information about GitHub users and their repositories using GraphQL

Notifications You must be signed in to change notification settings

setwith/githuber

Repository files navigation

Githuber

Githuber is a Ruby on Rails application that allows you to retrieve information about GitHub users and their repositories.

Installation

  1. Clone the repository:
  git clone https://github.com/setwith/githuber.git
  1. Navigate to the project directory:
  cd githuber
  1. Install the gems:
  bundle
  1. Start the server:
  rails s

Usage

  1. Visit http://localhost:3000/ in your web browser.

  2. On the homepage, enter the GitHub user's login in the form and click "Get Info."

  3. User and repository information will be displayed on the page.

Tests

Run tests to ensure the correctness of the application:

  rspec

Requirements

This application is developed using:

  • Ruby '3.1.2'
  • Rails '~> 7.0.8'
  • GraphQL
  • Rspec for testing

About

An application that allows you to retrieve information about GitHub users and their repositories using GraphQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages