This backend project for Dream-Shops is a learning project designed to manage shopping cart functionalities for an e-commerce application using Spring Boot.
Key Features: Category Management: Create and manage product categories for better organization. Product Management: Handle CRUD operations for products, including details such as name, description, and price. Image Handling: Manage product images to enhance the visual presentation of the catalog. Technology Stack: Spring Boot: For building the RESTful API. Spring Data JPA: For data persistence. SQL Database: For persistent storage and data management. Goals: To create a robust and scalable backend system that enhances the user shopping experience by effectively managing categories, products, and images.