https://github.com/thinktankshark/shoppingcart
This is a multi-day agile development challenge in Rails.
https://github.com/thinktankshark/shoppingcart
Last synced: 3 months ago
JSON representation
This is a multi-day agile development challenge in Rails.
- Host: GitHub
- URL: https://github.com/thinktankshark/shoppingcart
- Owner: ThinkTankShark
- Created: 2016-05-27T03:01:21.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T20:11:41.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T20:41:51.441Z (5 months ago)
- Language: Ruby
- Homepage: http://bit.ly/1X3gC98
- Size: 21.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Client Stories:
___
* Upon authentication, the admin can add, edit, delete and view a product from the store, which includes inventory level.
* The admin can view the remaining quantity in stock for each product.* A shopper can register, log in, and add or remove items from cart.
* A shopper will receive an email upon registration.
* A shopper can view products by category, and see all categories that a given product belongs to.
* A shopper can view the cart's subtotal as it updates.
* A shopper can place an order, and will then receive a confirmation email.
* A shopper can view their order history as html or generate it as a PDF.## Schema:

## Website:
#### Welcome Page:
#### Homepage:

#### Admin Dashboard:

#### Shopping Cart:

## Installation Notes:
* ruby 2.0.0p353
* rails 4.2.6## Deployment details and link
[Ye Olde Rails Shoppe](https://floating-ridge-94894.herokuapp.com)