Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 412 Bytes

File metadata and controls

16 lines (11 loc) · 412 Bytes

README

This project used the Github API to consume data and display it back to the screen in the same format as Github.com as shown here:

mentorship

To run locally:

git clone https://github.com/meganft/api-curious-github.git
rake db:create db:migrate
rails s
visit http://localhost:3000/

This app is written in Rails v5.0.0.1