Description
This is a .Net 6 application used to track employee leave. Employees can login and request time off. Administrators can review, approve, and deny requests.
Objectives
- Track types of employee leave (sick, vacation, etc.)
- Let employees see how much leave they are allocated and leave remaining
- Allow admin to approve or reject request of leave
Developement
- ASP.NET Core
- Entity Framework Core
- C# and .Net Core Web Syntax
- MVC (Models, Views and Controllers) Pattern
- Repository and Unit Of Work Patterns and Dependency Injection
- User Authentication using ASP.NET Core Identity
- Manage Packages with NuGet Manager
- Bootstrap to style and manipulate the overall layout
- Hosted on Azure