Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 682 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 682 Bytes

Instagram Challenge

Makers Academy Week 7 weekend challenge

Task: create a clone of Instagram

Technologies used:

  • Ruby, Rails, PostgreSQL
  • RSpec, Capybara
  • ImageMagick

The instagram app is deployed live at : http://vickymg-instagram.herokuapp.com/

To use this app:

$ git clone https://github.com/vickymg/instagram-challenge.git
$ cd instagram-challenge
$ bundle
$ rails s

User Stories:

As a user
So that I can share my photos
I want to post a photo to the page

As a user
So that I can comment on other photos
I want to post a comment underneath a photo

As a user
So that I can show that I like a photo
I want to ‘like’ a picture