This project is a web application built using ASP.NET MVC 5, implementing CRUD (Create, Read, Update, Delete) operations with a structured Model-View-Controller (MVC) architecture.
Key Features:
Create: Users can add new records using a form with validation.
Read: Displays records in a styled table with pagination and sorting.
Update: Users can edit existing records with a pre-filled form.
Delete: Allows soft or hard deletion of records with confirmation.
Users can create, read, update, and delete records.
Angular frontend communicates with Spring Boot APIs using HTTP requests.