From d112f5793e119ffce1f2c9027a68ce01b747828b Mon Sep 17 00:00:00 2001 From: useful_programmer Date: Mon, 10 Jun 2024 16:58:56 -0700 Subject: [PATCH] Upgrade README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d47883a..ea1bc52 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,13 @@ [www.imagehawk.app](https://www.imagehawk.app) -ImageHawk helps photographers to sell photography. +ImageHawk is a place to sell your photography online. -The idea was born while surfing in Costa Rica where surf photographers take great shots but struggle to sell them to the surfers. +The idea was born while surfing in Costa Rica. A surf photographer took some photos of me and he sold them to me. This application would have made that purchasing experience easier. + +## How It Works + +The photographer takes photos of people surfing. He brings with him a sign that says: `Find me on ImageHawk.app/username`. He uploads the high resolution images to his ImageHawk account. The images are displayed as low resolution photos to the buyer. Once the surfer/buyer purchases the images, they are sent the high-resolution photos immediately. # Tech @@ -12,19 +16,21 @@ Keep it simple! - Ruby on Rails (ActionStorage) - Bootstrap 5 - Currenly just added with CDN link +- Stripe for payment processing # Local Development This is a typical rails application: `git clone` -`bundle exec rails db:migrate` +`cd image-hawk` +`rails db:migrate` `rails s` and navigate in the browser to `localhost:3000` # Testing For standard tests: `rails test` -For cucumber tests: `bundle exec cucumber` +For cucumber tests: `cucumber` # Thanks