The Customer Management System is a web application for managing customer records, including adding, updating, deleting, and searching customers. It is built with Java Spring Boot for the backend and HTML, Bootstrap, and JavaScript for the frontend.
- Add New Customers
- Delete Existing Customers
- Update Customer Details
- Search For Customers
- Display All Customers
Customer.Management.System.mp4
- Clone the repository:
git clone https://github.com/Himidiri/Customer-Management-System.git
- Open IntelliJ IDEA and navigate to the
Customer-Manage-Back-Endfolder. - Run
Main.java. - Open
index.htmlin your preferred browser.