Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.2 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.2 KB

League-Draft

ASP .NET Core League of Legends random generator for champions, build sets, summoner spells and positions.

Getting Started

To run the application you need:
  • .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

Used technologies

  • C#
  • .NET Core 3.1
  • Entity Framework Core
  • Bootstrap
  • HTML
  • CSS
  • JavaScript