Commit Graph

64 Commits

Author SHA1 Message Date
876cc3b08e docs: add project description and setup instructions to README
The README now includes a brief overview of the project's purpose and step-by-step guidance for local development setup, including prerequisites and installation commands.
2025-01-05 22:08:20 +00:00
6232611e0b feat: add JWT-based authentication with 24h token expiry in login handler 2025-01-04 16:04:14 +00:00
e48da260eb chore: remove stale context file to clean up repository root 2025-01-04 16:01:08 +00:00
d8edb612f2 chore: remove stale context placeholder from repository state 2025-01-04 16:00:11 +00:00
98960fdf44 chore: remove outdated context references from project documentation 2025-01-04 15:55:44 +00:00
4be6b8f308 feat: implement user authentication with JWT token generation and validation 2025-01-04 15:54:48 +00:00
aa9be5ceac docs: add project overview and setup instructions to readme 2025-01-04 15:21:07 +00:00
7e7248bd9a chore: remove entire repository content leaving empty workspace 2025-01-04 07:46:15 +00:00
0c14608257 feat: add detailed review content with user feedback and rating
The review now includes a full text body, a numeric rating field, and a timestamp for when the review was submitted. This enables richer display and sorting by date on the product page.
2025-01-04 07:44:34 +00:00
870d32c898 refactor: extract user authentication logic into dedicated service class with dependency injection 2025-01-04 07:40:31 +00:00
a023630143 chore: remove placeholder safety confirmation text from commit message 2025-01-04 07:35:39 +00:00
515195151d 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.
2025-01-04 07:20:50 +00:00
ccde39feec docs: add project overview and setup instructions to README 2025-01-04 07:13:54 +00:00
445cc5340c chore: initialize project structure with empty repository scaffold 2025-01-04 05:00:03 +00:00