Skip to content

Employee Management System: A Spring Boot application for managing employees, enabling registration, viewing, updating, and deletion of employee details using RESTful APIs.

Notifications You must be signed in to change notification settings

sachinrajput9810/Employee_Management_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Employee Management System

A Spring Boot project to manage employees efficiently. This application provides functionalities to register employees, manage their details, and perform CRUD (Create, Read, Update, Delete) operations on employee data.


Features

1. Employee Registration

  • Add new employees with details including:
    • Name
    • Designation
    • Salary

2. View Employee Details

  • Fetch the list of all employees along with their details.
  • Search for specific employees based on attributes like name or designation.

3. Edit Employee Details

  • Update the information of existing employees, including:
    • Name
    • Designation
    • Salary

4. Delete Employee

  • Remove employees from the system using their unique identifier.

Tech Stack

  • Backend: Spring Boot (Java)
  • Database: MySQL (or any preferred relational database)
  • ORM: Hibernate/JPA
  • API: RESTful APIs using Spring MVC

About

Employee Management System: A Spring Boot application for managing employees, enabling registration, viewing, updating, and deletion of employee details using RESTful APIs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages