Skip to content

Latest commit

 

History

History
57 lines (22 loc) · 1.96 KB

README.md

File metadata and controls

57 lines (22 loc) · 1.96 KB

Employee-Management-System

An employee management system app made using Angular 16, Spring-Boot 3 and mysql 8

Screenshot 2023-07-27 at 9 07 57 PM

We Can Click on Add Employees to add new employess to our app

Add Employee Form

Screenshot 2023-07-27 at 9 11 19 PM

Employee After Being Added

Screenshot 2023-07-27 at 9 12 37 PM

Response Generated by the tomcat server

Screenshot 2023-07-27 at 9 13 42 PM

Click on View to view Details of the employee

Screenshot 2023-07-27 at 9 14 46 PM

Click on Update to Update/Edit Details

Screenshot 2023-07-27 at 9 16 25 PM

After Update:-

Tomcat Server Response(8080/api/v1/employees)

Screenshot 2023-07-27 at 9 17 59 PM

Web UI:-

Screenshot 2023-07-27 at 9 18 38 PM

Click on Delete to Delete the entry

Thus implementing all of the CRUD functionalities

Screenshot 2023-07-27 at 9 24 20 PM