- Notifications
You must be signed in to change notification settings - Fork2
Student management application with Angular 8 UI and .NET Core 3.1 web services
License
NotificationsYou must be signed in to change notification settings
gokalpi/StudentApp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 theLICENSE.md file for details