Live at http://instagrammini.com
Instagram mini is an Instagram clone written in Ruby on Rails that provides many of the same features such as uploading an image, user registration and commenting on photos.
- git clone [clone link]
- cd instagram_mini
- bundle install, bundle update
- rails s (rails s -b 0.0.0.0 if you want external connections)
- Navigate to localhost:3000 in your brower
If you would like to learn about Rails by contributing a feature, here are some features to be added
- Ability to like a photo
- Ability to like a comment
- Edit and delete comments
- Styling for mobile
- Abiliy to add friends
- Display of friends list