Skip to content

hardikp2010/leave-management

 
 

Repository files navigation

Core Leave Management

.NET Core Leave Management Application for educational purposes and is built in part for Udemy/SkillShare course entitled: "Complete Core 3.1 and Entity Framework Development" Learn to how:

  • Build a fully data driven web application using cutting edge technology
  • Connect to a Database using Entity Framework Core
  • Repository Pattern and Dependency Injection
  • Understand how the MVC (Models, Views and Controllers) Pattern works
  • Understand C# and .Net Core Web Syntax
  • Understand user Authentication using ASP.NET Core Identity
  • Understand how to use Models, ViewModels and AutoMapper
  • Use Bootstrap to style and manipulate the overall layout
  • Manage Packages with NuGet Manager
  • Implement Website Layout using AdminLTE Theme
  • Setup GitHub for Source Control

Website: Trevoir Williams | Blog

To Configure For Local Use

  • Clone Repository To Local Computer
  • Open Project in Visual Studio
  • Edit "DefaultConnection" to point to preferred database
  • Open Package Console Manager and run the command "Update-Database"
  • When completed, Run Website in Visual Studio to seed default Admin User
  • Login as admin user using: Username: [email protected] | Password: P@ssword1

About

.NET Core Leave Management Application for educational purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 67.4%
  • HTML 32.0%
  • Other 0.6%