/instagram-challenge

Bextagram - a Ruby on Rails Instagram style app

Primary LanguageRuby

Build Status Test Coverage Code Climate

Bextagram

A picture sharing app built in order to practise using Ruby on Rails and ActiveRecord. In particular, this project helped me to gain a better understanding of associations in ActiveRecord.

Getting Started

git clone https://github.com/katylouise/instagram-challenge
cd instagram-challenge
bundle install
bin/rake db:create
bin/rake db:migrate
rails s

Go to localhost:3000

v1.0

  • Users can upload pictures, write comments and like pictures.
  • Users can sign in/up using Devise.
  • All pictures can be viewed in reverse chronological order.
  • Simple styling.

Still to do/ Wish list

  • Users can only like each picture once.
  • Fix pluralize on likes.
  • Add Omniauth Login.
  • Unlike feature.
  • Double click to like.
  • Bonus if you can add filters!