ga-wdi-exercises / wdinstagram_rails_api

[rails, api]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

[rails, api]


Languages

Language:Ruby 77.7%Language:HTML 16.4%Language:CSS 2.9%Language:JavaScript 2.2%Language:CoffeeScript 0.7%