NSTLRD / inventory-be

this a inventory system api to have crud operation and make configuration in the different products of you ecommerce our goals is apply the best practices in spring boot 3, java 17 and add different features to implement a robust and scalable system.
Apache License 2.0
0 stars 0 forks source link

feature to CRUD operations in a product #6

Closed NSTLRD closed 8 months ago

NSTLRD commented 8 months ago

we are modified the productServiceImpl and ProductService interface to add the new method to CRUD operations, also apply in product controller the new endpoints.

NSTLRD commented 8 months ago

@steveisdev00 you can implement the unite test and automation test for these crud operations

steveisdev00 commented 8 months ago

hi