项目作者: Valentinles

项目描述 :
ASP .NET Core League of Legends random generator for champions, item sets, summoner spells and positions.
高级语言: C#
项目地址: git://github.com/Valentinles/League-Draft.git
创建时间: 2020-09-17T09:31:23Z
项目社区:https://github.com/Valentinles/League-Draft

开源协议:MIT License

下载


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:

    1. {
    2. "ConnectionStrings": {
    3. "DefaultConnection": "Server=(localdb)\mssqllocaldb;Database=LeagueDraft;Trusted_Connection=True;MultipleActiveResultSets=true"
    4. },
    5. "Logging": {
    6. "LogLevel": {
    7. "Default": "Warning"
    8. }
    9. },
    10. "AllowedHosts": "*"
    11. }
  • In your package manger console type:
  1. update-database

Used technologies

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