Skip to content

TurniejKornik is a application for managing league of legends tournament

License

Notifications You must be signed in to change notification settings

BigBrain-Solutions/TurniejKornik

Repository files navigation

TurniejKornik

TurniejKornik is a application for managing league of legends tournament

Application provides:

  • Creating your team and assigning your teammates

  • Tournament annoucments

  • Free Agents

  • Admin panel:

    • Creating annoucments
    • Managing all teams

How to Install

Without docker apporach

  1. Open appsettings.json and appsettings.Development.json
  2. Change AdminPass to your own LONG >25 chars password

Admin pass is used to Log In to admin panel

  1. Make sure you have Postgres running
  2. In appsettings.json and appsettings.Development.json

Change ConnectionStrings => DbString to:

"Server=localhost;Port=5432;Database=KornikTournamentDb;User Id=postgres;Password=<your_password>"
  1. Clone this repo
  2. cd ./TurniejKornik
  3. Update database with EF Core, if you dont have EF, install one here
dotnet ef database update
  1. Run the Application by:
dotnet run

Tech:

  • ASP.NET MVC 7.0
  • Postgres Db

About

TurniejKornik is a application for managing league of legends tournament

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published