A Full-Stack Web Application built with Angular, Spring Boot, and MySQL that allows users to manage employee information efficiently. The project demonstrates CRUD operations, REST API integration, and database connectivity with a clean UI built using Angular.
Frontend: Angular Backend: Spring Boot (REST APIs, JPA Repository) Database: MySQL Build Tools: Maven, npm Other: Hibernate ORM, CORS configuration
Angular frontend communicates with Spring Boot backend via REST APIs. Spring Boot uses Spring Data JPA to perform CRUD operations on the MySQL database. Employee data is stored, retrieved, updated, and deleted seamlessly.