CRUD Operations

CRUD Operations Project
Project Date December 5th, 2023
Frontend Angular
Backend ASP.NET MVC 5 / Spring Boot

This web application demonstrates full CRUD operations using a structured MVC architecture. Users can add, view, edit, and delete records, with Angular frontend communicating with Spring Boot APIs.

Key Features:

  • Create: Add new records with validated forms.
  • Read: Display records in styled tables with pagination & sorting.
  • Update: Edit existing records using pre-filled forms.
  • Delete: Soft or hard delete with confirmation.
  • Full CRUD: End-to-end create, read, update, delete operations.
  • API Integration: Angular frontend communicates with Spring Boot backend APIs.