Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.
/ github_userinfo Public archive

Simple Rails app to get info from the GitHub API v3 about users

License

Notifications You must be signed in to change notification settings

nocategory/github_userinfo

Repository files navigation

GitHub User Info

A small and simple app powered by Ruby on Rails that fetches data from the GitHub API v3.

System dependencies

Quick start

  1. Clone the repository
  2. Run docker-compose build
  3. Run docker-compose up
  4. In another terminal window, run docker-compose run web rake db:create && docker-compose run web rails db:migrate
  5. Open http://localhost:8080 and the app should be running!

Final notes

  • In case you have problems with GitHub's API rate limiting, set an environment variable called "GH" with a valid OAuth2 token
  • To run tests, run rspec on the root folder (you might need to run rails db:migrate RAILS_ENV=test before)

About

Simple Rails app to get info from the GitHub API v3 about users

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published