Weekend Challenge #8 @ Makers Academy. The challenge is to build Instagram using Rails.
Users can post pictures, write comments on pictures and like a picture.
- Ruby on Rails
- RSpec
- Capybara
- Factory Girl
- Paperclip
- Postgresql
- Haml
- HTML, Sass
- Travis CI
- Amazon S3 (for image hosting)
- Clone this repository
bundle install
rails s
- Visit localhost:3000
rake spec
- Implement Likes