This project is an extension of the "Little Esty Shop" group project. This project builds a fictitious e-commerce platform where merchants and admins can manage inventory and fulfill customer invoices. Specifically in Bulk Discounts, functionality is added for merchants to create bulk discounts for their items. A "bulk discount" is a discount based on the quantity of items the customer is buying.
Hosted on https://safe-mesa-54314.herokuapp.com/
Kerynn Davis: https://github.com/Kerynn
Thomas Casady: https://github.com/Tscasady
Kerynn Davis: https://github.com/Kerynn
Patricia Severance: https://github.com/pkseverance
Alex Pitzel: https://github.com/pitzelalex
Ruby on Rails
PostgreSQL
Heroku
This project requires Ruby 2.7.4.
- Fork this repository
- Clone your fork
- From the command line, install gems and set up your DB:
bundle
rails db:create
rake csv_load:all