Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 501 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 501 Bytes

Hi!

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.

Getting Started

Prerequisites

  • Ruby 3.2.2
  • Rails 7.1.2
  • PostgreSQL 11+

Installation

bundle install
bin/rails db:setup
bin/rails server

Access the application at http://localhost:3000.