Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Items results re-sized. 

Shopping cart.  Image Added
Recurrent purchases. 

Implementation

We decided to make our website a ruby-on-rails based system. The site is hosted on Heroku and the best browser for it is Chrome. We use a lot of outside libraries for various reasons including Sunspot(search), Stripe(payment), and Rake(database). Our back-end consists of models for items and users. Items have a name, description, price, brand, brand image, images, and categories which they fall under. Users have a first name, last name, email, password, shopping cart. 

...