This is a small demo e-commerce app building using Ruby on Rails.
The live demo app can be accessed via Ruby Ecommerce Store
Clone this repo to your local drive, cd to the app directory.
First, bundle install all required gems:
bundle install
Secondly, seed the database:
rails db:migrate && rails db:seed
Now you can start the server
rails s