Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 754 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 754 Bytes

Employee-Management-System

This is a simple web application that allows users to manage employees in a company.

Features

Add a new employee with details such as name, department, and job title. View a list of all employees with their details. Update an employee's details such as job title or department. Delete an employee from the system.

Technologies Used

Spring Boot

Thymeleaf

MySQL

Getting Started

->Clone this repository: git clone https://github.com/Dummy-Bug/Employee-Management-System.git

->Create a MySQL database and configure the connection settings in application.properties.

->Run the application using mvn spring-boot:run.

->Open a web browser and navigate to http://localhost:8080/ to access the application.