The Event Registration System is an ASP.NET Core MVC-based application that allows users to register for events and receive email notifications. The system includes CRUD operations for event management and integrates Mailjet to send confirmation emails upon successful registration.
- Event Creation, Reading, Updating, and Deletion (CRUD).
- Participant registration for events.
- Email notifications using Mailjet for registered participants.
- Validation for event creation and participant registration forms.
- Database management using Entity Framework Core and SQL Server.
- ASP.NET Core MVC for the web application.
- Entity Framework Core for database management.
- SQL Server for data storage.
- Mailjet for sending confirmation emails.
- Razor Views for user interfaces.
- C# for backend logic.
- .NET 6 SDK
- SQL Server
- Mailjet account for API integration
- Clone the repository: