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": "*"
}
- In your package manger console type:
update-database
- C#
- .NET Core 3.1
- Entity Framework Core
- Bootstrap
- HTML
- CSS
- JavaScript