Product Service Practice is a Spring Boot-based microservice designed to handle all product-related operations for an e-commerce platform. It provides a robust API for managing product inventory, details, pricing, and more.
- Product Management: Create, update, delete, and retrieve product details.
- Inventory Tracking: Monitor stock levels and manage inventory replenishment.
- Price Management: Set and adjust product pricing dynamically.
- Search Functionality: Allow users to search for products based on various criteria.
- JDK 1.8 or later
- Maven 3.2+
- Clone the repository: git clone https://github.com/swapnilshah5889/ProductServicePractice.git
- Navigate to the project directory: cd ProductServicePractice
- Build the project using Maven: mvn clean install
- mvn clean install mvn spring-boot:run
Application configurations are located in src/main/resources/application.properties
.
Contributions are welcome. Please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE.md file for details.