A full-stack CRUD application built using ASP.NET Core Web API, SQL Server, and Angular to manage student records efficiently.
This is a simple yet effective CRUD (Create, Read, Update, Delete) application that allows users to manage student data seamlessly. Whether you're adding a new student, updating details, or removing entries, the interface is fast and user-friendly.
-
Backend: ASP.NET Core Web API + SQL Server
→ Robust and scalable API for managing data. -
Frontend: Angular
→ Interactive and dynamic UI with component-based architecture. -
Styling: Tailwind CSS
→ Clean, responsive, and modern design with utility-first classes.
- Add new student records
- Edit existing student details
- Delete student records
- Fetch and display all student data efficiently
- Add search and filtering functionality for better usability
- Add form validation and toast notifications
- Include sorting options and pagination
- Open the solution in Visual Studio
- Update the SQL Server connection string in
appsettings.json - Run
Update-Databasein the Package Manager Console - Press
F5to start the API
- Navigate to the Angular project folder
cd StudentApp