onsever / leno

E-commerce Web Application | React, RTK Query, Spring Boot, Spring Security & JWT Authentication, Spring Data JPA
0 stars 0 forks source link

(Back-end) Product Management APIs #8

Open onsever opened 1 year ago

onsever commented 1 year ago

Description: This task contains the implementation of back-end APIs for managing products and customers. The product API provides endpoints to perform various operations such as retrieving products, creating and updating products for customers, and deleting products. It utilizes Spring Framework components, including repositories for handling data persistence, and the ModelMapper for mapping entities to DTOs. The APIs are secured with authorization checks to ensure that only the authorized customer can perform certain actions. These APIs enable efficient management of products and their details, enhancing the functionality of a product management system.

Key Features:

Retrieve a list of all products. Get detailed information about products associated with a specific customer. Update, create, and delete products while ensuring customer authorization. Utilizes Spring components for data management and ModelMapper for entity-DTO mapping. Secure APIs with pre-authorized access to protect customer-specific data.