Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 880 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 880 Bytes

Instatastic Logo

Build Status

Task

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.

Tech Stack

  • Ruby on Rails
  • RSpec
  • Capybara
  • Factory Girl
  • Paperclip
  • Postgresql
  • Haml
  • HTML, Sass
  • Travis CI
  • Amazon S3 (for image hosting)

Do you want to give it a try ?

  • Clone this repository
  • bundle install
  • rails s
  • Visit localhost:3000

Run Tests (RSpec / Capybara)

rake spec

Link

Try it on Heroku

To Do

  • Implement Likes