A modern, full-featured e-commerce platform built with Ruby on Rails. Kuvo provides a complete solution for online retail businesses, from product management to order fulfillment.
-
User Authentication & Authorization
- Secure JWT-based authentication
- Role-based access control
- Email verification
-
Product Management
- Rich product catalog
- Categories and tags
- Advanced search and filtering
- Product variants and inventory tracking
-
Shopping Experience
- Responsive design
- Shopping cart functionality
- Wishlists
- Product reviews and ratings
-
Order Processing
- Multi-step checkout
- Multiple payment methods
- Order tracking
- Email notifications
-
Admin Dashboard
- Sales analytics
- Inventory management
- Customer management
- Order fulfillment
- Ruby 3.x
- Rails 7.x
- PostgreSQL 13+
- Node.js 16+
- Yarn
- Clone the repository
git clone [https://github.com/yourusername/kuvo.git](https://github.com/yourusername/kuvo.git)
- Navigate into the project folder
cd kuvo - Install packages after setting your ruby version
bundle install
- Start the rails server
rails s