The Employee Management System Simple Project is a dynamic web application created using Spring MVC, Hibernate, and Bootstrap. It is a simple CRUD (Create, Read, Update, Delete) application that allows users to add, edit, and delete books from the database, as well as add and remove books from their inventory.
To run this application, you will need:
- Java 8 or higher
- Apache Tomcat 9
- MySQL database server
- Maven
- Java IDE
Once you have these dependencies installed, you can follow these steps:
- Clone the project from GitHub: git clone
https://github.com/P4r1nc3/Employee_Management_System
- Import the project into Eclipse: File > Import > Maven > Existing Maven Projects
- Configure the database connection in the
application.properties
file - Build and run the project on Apache Tomcat
Once the application is running, you can access it at http://localhost:7070/
.
The home page will display a list of all employees in the database, with the option to add a new employee or edit/delete an existing one.