Student management application with Angular UI and .NET Core 3.1 web services
- .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
Result
attribute from AutoWrapper'sApiResponse
output. - Swashbuckle.AspNetCore - For secured API documentation.
- FluentValidation.AspNetCore - For Model validations
- Serilog.AspNetCore - For logging capabilities
This project is licensed under the MIT License - see the LICENSE.md file for details