Skip to content

vickymg/instagram-challenge

 
 

Repository files navigation

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

About

Rebuild Instagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.3%
  • HTML 18.6%
  • CSS 2.2%
  • JavaScript 1.3%
  • CoffeeScript 0.6%