WDI Instagram API

To get started, clone repo locally and move into the root directory.

Then run necessary setup:

$ bundle install
$ rails db:create
$ rails db:migrate
$ rails db:seed
$ rails s

Then you should be able to open the app locally by opening http://localhost:3000/entries in your browser.