This is the repository for the EFB's Web application, Front and Backend, written in C# ASP.Net Core
Go to file
lukejelse04 b30ff5ad14 Added Form Authenticator
Includes the methods needed to verify the user inputs and to validate that they are correct.
2021-10-03 22:35:59 +01:00
.vscode Created Login Page and update bootstrap files to allow for dark theme 2021-09-20 10:41:19 +01:00
Controllers Added Form Authenticator 2021-10-03 22:35:59 +01:00
Models Initial Project Upload 2021-09-20 07:16:48 +01:00
Properties Initial Project Upload 2021-09-20 07:16:48 +01:00
Views Altered image overflow to retain original aspect ratio 2021-09-20 10:49:54 +01:00
wwwroot Created Login Page and update bootstrap files to allow for dark theme 2021-09-20 10:41:19 +01:00
.gitignore Initial commit 2021-09-14 10:45:58 +01:00
appsettings.Development.json Initial Project Upload 2021-09-20 07:16:48 +01:00
appsettings.json Initial Project Upload 2021-09-20 07:16:48 +01:00
EFB.csproj Initial Project Upload 2021-09-20 07:16:48 +01:00
EFB.sln Initial Project Upload 2021-09-20 07:16:48 +01:00
LICENSE Initial commit 2021-09-14 10:45:58 +01:00
Program.cs Initial Project Upload 2021-09-20 07:16:48 +01:00
README.md Initial commit 2021-09-14 10:45:58 +01:00
Startup.cs Initial Project Upload 2021-09-20 07:16:48 +01:00

EFB

This is the repository for the EFB's Web application, Front and Backend, written in C# ASP.Net Core