Skip to content

e-commerce platform template. Ruby on Rails, Tailwind CSS, Hotwire and Postgres. Admin panel & checkouts with Stripe

Notifications You must be signed in to change notification settings

RosaErick/ruby-docker-com

Repository files navigation

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.