Student Application
Student management application with Angular UI and .NET Core 3.1 web services
Tools and Frameworks Used
- .NET Core 3.1
- ASP.NET Core 3.1 - For building RESTful APIs
- Microsoft.AspNetCore.Mvc.Versioning - For building versioned APIs
- AutoWrapper - For handling request exceptions and consistent HTTP response format.
- AutoWrapper.Server - For unwrapping the
Resultattribute from AutoWrapper'sApiResponseoutput. - Swashbuckle.AspNetCore - For secured API documentation.
- FluentValidation.AspNetCore - For Model validations
- Serilog.AspNetCore - For logging capabilities
License
This project is licensed under the MIT License - see the LICENSE.md file for details