Try it out on Heroku
http://binstagram.herokuapp.com/
Build something similar to Instagram using Rails.
Built on Rails
Tested with Rspec, Capybara and Shoulda
ORM - ActiveRecord
Image management - Paperclip, Imagemagick, AWS S3
Authentication - Devise, OmniAuth
Styled with Bootstrap Sass
You will need the following things properly installed on your computer.
- Git
- Ruby on Rails
- PSQL
git clone git@github.com:timrobertson0122/binstagram.git
cd binstagram
bundle
bin/rake db:create
rails s
bin/rake db:create RAILS_ENV=test
rspec
Edit users/photos
Add name field to users
Inline comments
Twitter integration including handles/hashtags
Better styling