/binstagram

Instagram clone on Rails

Primary LanguageRuby

Build Status Coverage Status Code Climate

Binstagram - this is rubbish!

Try it out on Heroku
http://binstagram.herokuapp.com/

Screenshot Homepage

Task

Build something similar to Instagram using Rails.

Technologies

Built on Rails
Tested with Rspec, Capybara and Shoulda
ORM - ActiveRecord
Image management - Paperclip, Imagemagick, AWS S3
Authentication - Devise, OmniAuth
Styled with Bootstrap Sass

Prerequisites

You will need the following things properly installed on your computer.

  • Git
  • Ruby on Rails
  • PSQL

Project setup on local environment

git clone git@github.com:timrobertson0122/binstagram.git
cd binstagram
bundle
bin/rake db:create
rails s

Tests

bin/rake db:create RAILS_ENV=test
rspec

Future Functionality

Edit users/photos
Add name field to users
Inline comments
Twitter integration including handles/hashtags
Better styling