README

APICurious_GitHub

A partial clone of a GitHub user's profile built from the GitHub API using Ruby 2.4.1 and PostgreSQL.

Features:

  • OAuth login and authentication process
  • Use of Service objects to streamline API requests

Initialize:

  • git clone git@github.com:podoglyph/apicurious_github.git
  • rails db:create
  • rails db:migrate
  • Visit localhost:3000 and click "Sign In" to authenticate your user.