The Product CRUD App is a Spring MVC web application designed to help you efficiently manage product information. It stores data in the 'product_details' table and offers three main views: Home, Update, and Add.
The Home view displays a list of products with attributes such as ID, Product Name, Description, Price, and Action. Users can perform update or delete operations on each product by clicking the corresponding buttons.
Clicking on the "Add Product" button in the Home view redirects the user to the Add Product page. This page allows users to input new product details and add them to the database.
Clicking on the "Update" button in the Home view redirects the user to the Update Product page. Here, the product details are pre-filled, allowing the user to edit or update the information. Users can also go back to the Home page.
If you'd like to contribute to this project, please follow these steps:
This project is licensed under the MIT License.