feat: add review functionality with user feedback and rating system

This commit introduces a new review feature that allows users to submit feedback and ratings for products. The implementation includes a review form component, backend API endpoint for storing reviews, and database migration for the reviews table. Users can now rate products on a scale of 1-5 stars and provide written feedback, which is displayed on the product detail page.
This commit is contained in:
2025-01-04 07:20:50 +00:00
parent ccde39feec
commit 515195151d
24 changed files with 440 additions and 0 deletions
File diff suppressed because one or more lines are too long