Skip to content

9elmaz9/Employee_Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

Employee Management System

This repository contains the source code for an Employee Management System implemented in Java using the Spring Framework.

Features

  • Allows users to view a list of employees
  • Enables users to add new employees to the system
  • Supports updating employee information
  • Provides functionality for deleting employees from the system

Usage

Once the project is up and running, you can access the Employee Management System through a web browser. Here are the available endpoints:

  • View List of Employees: Navigate to the homepage ("/") to see a list of all employees.

  • Add New Employee: Access the "/showNewEmployeeForm" endpoint to display a form for adding a new employee.

  • Update Employee Information: To update an existing employee's information, visit the "/showFormUpdate/{id}" endpoint, where "{id}" is the ID of the employee you want to update.

  • Delete Employee: To delete an employee from the system, use the "/deleteEmployee/{id}" endpoint, where "{id}" is the ID of the employee to be deleted.

Technologies Used

  • Java
  • Spring Framework
  • Thymeleaf (for server-side HTML rendering and CSS)

Contributing

Contributions are welcome! If you'd like to contribute to this project, feel free to submit a pull request with your changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published