Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosaerick/ruby-docker-com

e-commerce platform template. Ruby on Rails, Tailwind CSS, Hotwire and Postgres. Admin panel & checkouts with Stripe
https://github.com/rosaerick/ruby-docker-com

ecommerce ecommerce-application ecommerce-platform hotwire hotwire-turbo postgres ruby ruby-app ruby-application ruby-on-rails rubyonrails stripe-checkout

Last synced: 12 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```bash
bundle install
bin/rails db:setup
bin/rails server

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