Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rosaerick/ruby-docker-com
- Owner: RosaErick
- Created: 2024-04-10T00:39:13.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-15T03:43:52.000Z (7 months ago)
- Last Synced: 2024-11-02T18:05:13.481Z (12 days ago)
- Topics: ecommerce, ecommerce-application, ecommerce-platform, hotwire, hotwire-turbo, postgres, ruby, ruby-app, ruby-application, ruby-on-rails, rubyonrails, stripe-checkout
- Language: Ruby
- Homepage: https://rubydockercomm.onrender.com
- Size: 502 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 serverAccess the application at http://localhost:3000.
```