jamesadney / photoblog

App-A-Day: Image blog with images uploaded in the background

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PhotoBlog

Screenshot

Setup

  1. Download and bundle.

    git clone https://github.com/jamesadney/photoblog.git
    cd photoblog
    bundle install
  2. Add environment variables to .env.

    AWS_ACCESS_KEY_ID=
    AWS_SECRET_ACCESS_KEY=
    AWS_S3_BUCKET=
    
    REDISTOGO_URL=#<URL FROM REDISTOGO>
  3. Start the server.

    foreman start
  4. Go to http://localhost:5000/ in your browser.

Live demo

http://cf-photoblog-james.herokuapp.com/

Demo User

email: test@example.com
password: password

About

App-A-Day: Image blog with images uploaded in the background


Languages

Language:Ruby 98.5%Language:JavaScript 1.5%