this is an e-commerce platform template built with Ruby on Rails, Tailwind CSS, Hotwire and Postgres. It provides a seamless shopping experience, allowing users to browse products, filter categories, add items to their cart, and process secure checkouts with Stripe integration.
- Ruby 3.2.2
- Rails 7.1.2
- PostgreSQL 11+
bundle install
bin/rails db:setup
bin/rails server
Access the application at http://localhost:3000.