You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Product API project is a RESTful web service built using Spring Boot. It provides endpoints for managing product data, including: Retrieve Products by Category: Fetch a list of products based on the specified category. Add a New Product: Add a new product to the catalog with details like title, price, and category.