Skip to content

Developed a Simple CRUD application using Spring MVC and Hibernate. I used MySQL as database and Maven as a build tool for the project. Our Application is Product Management system where you can view , create new product , edit or delete existing product.

Notifications You must be signed in to change notification settings

harshal045/CRUD_Application_Using_Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Management System: A Simple CRUD Application

Our Product Management System is a robust CRUD (Create, Read, Update, Delete) application built on the Spring MVC framework integrated with Hibernate for seamless data persistence. Developed with simplicity and efficiency in mind, it empowers users to effortlessly manage their product inventory with ease.

Key Features:

View Products: Easily browse through the existing product inventory to access vital information such as product name, description, price, and availability.

Create New Products: Streamline the process of adding new products to your inventory by filling in essential details such as product name, description, price, and quantity.

Edit Existing Products: Seamlessly update product details such as name, description, price, and availability as per changing requirements or market demands.

Delete Products: Effortlessly remove outdated or discontinued products from the inventory to maintain data accuracy and streamline operations.

Technologies Used:

Spring MVC: Utilized the Spring MVC framework to build a scalable and maintainable web application architecture, ensuring smooth request handling and response generation.

Hibernate: Integrated Hibernate ORM (Object-Relational Mapping) for seamless data persistence, abstracting away the complexities of SQL queries and database interactions.

MySQL: Leveraged MySQL as the underlying relational database management system to store and manage product data efficiently.

Maven: Employed Maven as the build tool for the project, facilitating dependency management, project configuration, and build automation.

About

Developed a Simple CRUD application using Spring MVC and Hibernate. I used MySQL as database and Maven as a build tool for the project. Our Application is Product Management system where you can view , create new product , edit or delete existing product.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages