Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #152

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

[Production Site](https://scoopful.herokuapp.com)

Scoops to Stoop: bringing the bulk aisle right to your front step.
Scoops to Stoop: bringing the bulk aisle right to your front step. User can login to view and check out food items by the pound in a digital grocery store bulk aisle.

Eliminate food waste by ordering as much or as little as you need of an ingredient.

## Possible Extensions
Show recipies by items ordered or order all items for a reciepe. Multiple units, such as by volume or handful. Change currency of order.

#### Project Manager
Amy Kintner
#### Project Members
Mike Schutte, Kyle Heppenstall, Annie Wolff
Mike Schutte, Kyle Heppenstall, Annie Wolff

Tech Stack: Rails, PostgreSQL, RSpec, Sass, Haml, Heroku, Capybara, bcrypt

Follow these steps to run tests or host the site locally.

1. To get started make sure you have postgres, Ruby, and rails 5 (`gem install rails`) installed on your machine.
1. Clone the repository: `git clone https://github.com/kheppenstall/idea_box.git`
1. `cd` into the directory `scoopful` and `bundle install` in the command line.
1. Run `rake db:create` and `rake db:migrate` in the command line to get your schema up to date.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kheppenstall : Can you one line this to rake db:create db:migrate db:test:prepare ?

1. Run `rake db:test:prepare` in the command line.
1. Run `rspec` in the command line to run the tests.
1. Run `rails s` in the command line to host the site locally and visit http://localhost:3000/ to check it out!