Skip to content

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

License

Notifications You must be signed in to change notification settings

Valentinles/League-Draft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published