This is a Shopify clone made as part of the Epicodus class (www.epicodus.com).
Before running the app, run ‘bundle install’ to install the necessary gems, ‘rake db:create’ to create your database, and then ‘rake db:schema:load’ to load the database schema.
To start the app, run ‘rails s’ and type ‘localhost:3000’ into your browser.