This project is a full-stack web application built with Angular for the frontend and Spring Boot for the backend. It follows a RESTful architecture, implementing CRUD operations, authentication, and a fully responsive UI.
Key Features:
Dynamic UI with Angular components and services.
Form validation for user input and data management.
HTTP Client Module for API communication.
MySQL for persistent data storage.
Users can create, read, update, and delete records.
Angular frontend communicates with Spring Boot APIs using HTTP requests.