This is the repository for the EFB's Web application, Front and Backend, written in C# ASP.Net Core
Go to file
Luke Else b61b767194 Update RouteController.cs
Polling feature still inop, JSON doesn't deserialise becuase the array has no name in the JSON. Could potentially add a name to the start  artificially in order to force the JSON to parse?
2022-01-04 23:26:41 +00:00
.vscode Created Login Page and update bootstrap files to allow for dark theme 2021-11-07 20:25:00 +00:00
Controllers Update RouteController.cs 2022-01-04 23:26:41 +00:00
Models Added Poll response function 2021-12-28 21:53:31 +00:00
Properties Initial Project Upload 2021-09-20 07:16:48 +01:00
Sessions Add Session Extensions 2021-11-07 22:06:16 +00:00
Views Updates to App and route Controller 2021-11-15 07:44:18 +00:00
wwwroot Updates to App and route Controller 2021-11-15 07:44:18 +00: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 Added APIInterface 2021-11-07 20:25:00 +00: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 Add Session Extensions 2021-11-07 22:06:16 +00:00

EFB

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