ASP .NET Core League of Legends random generator for champions, item sets, summoner spells and positions.
ASP .NET Core League of Legends random generator for champions, build sets, summoner spells and positions.
.NET Core 3.1
If you don’t have Sql server on your machine you should replace the configuration in LeagueDraft.Web/appsettings.json with this code:
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\mssqllocaldb;Database=LeagueDraft;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}
update-database