Ruby
Rails
RSpec
Postgres
SQL
Build Instagram: Simple huh!
Your challenge is to build Instagram using Rails. You'll need users who can post pictures, write comments on pictures and like a picture. Style it like Instagram's website (or more awesome).
As a photography lover
So that I can share my photos
I can sign up to Instasham
As a photography lover
So that I can share my photos whenever I want
I can sign in to Instasham
As a photography lover
So that I can end my session
I can log out of Instasham
As a photography lover
So that I can share my best photos
I can post a picture to Instasham
As a photography lover
So that I can appreciate a good photo
I can like a picture on Instasham
As a photography lover
So that I can write what I appreciate about a good photo
I can comment on a picture on Instasham
Clone this repo:
$ git clone git@github.com:darciew/instagram-challenge.git
$ cd instagram-challenge
Install gems:
$ bundle install
Create and migrate databases:
$ rake db:create
$ rake db:migrate
Run the rails server:
$ bin/rails server
Visit http://localhost:3000 to view in your web browser.
Sign up:
Upload an image:
Images feed:
Attaching my Trello board to show what I would still like to do for this project. First is to add comments to image posts and deploy to Heroku!