m3libea / InstaCollection

App to get images from Instagram with a hashtag between given dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Insta Collection

instaapp

App uses RoR in the Backend part, and use jQuery in the Frontend part. Styling made with help of Bootstrap.

In order to run and try the application, you have to:

  1. Download or clone the repository On the command line in the app directory:
  2. bundle install To update all the gems needed to the project
  3. run: rake db:create create data base (Postgres)
  4. run: rake db:migrate
  5. run: rake db:seed
  6. run: rails server
  7. Go to the default port, usually http://localhost:3000 You will see some seed tags, used to check the application

Enjoy! =)

App working on heroku: http://instacollection.herokuapp.com/

About

App to get images from Instagram with a hashtag between given dates


Languages

Language:Ruby 68.5%Language:HTML 29.5%Language:JavaScript 1.3%Language:CoffeeScript 0.4%Language:CSS 0.3%