Add Blazor WebApp and rework data handling to utilize Entity Framework
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"SQLiteDefault": "Data Source=ChapterOrganizer.db"
|
||||
},
|
||||
"Name" : "Test" ,
|
||||
"ChapterSettings": {
|
||||
"Name": "Robertsville Middle School",
|
||||
"ShortName": "RMS",
|
||||
"NationalId": "2227",
|
||||
"StateId": "12227",
|
||||
"RegionalId": "12227",
|
||||
"CompetitionYear": "2026"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user