This project focuses on consuming and working with data from public APIs. I have recreated a version of the Github user profile page where users can see their recent activity, repositories, starred repositories, followers, and those they follow.
Project details can be found here: API Curious
Ruby Version: 2.3.1
Rails Version: 5.0.0.1
To run this project:
git clone [email protected]:epintozzi/api_curious.git
cd api_curious
bundle install
rake db:create db:migrate
rails s
This project uses RSpec for testing and can be run with the command rspec
You may need to rake db:test:prepare
before running the tests.