Elo based rating system for two players games: table football, tennis, go and etc. Includes management for leagues, players, matches. Additional statistics: win rate, goals against/for, loose/win streaks.
The project is availabe at http://elo.su. Feel free to join.
- ASP.NET Core 6.0
- MVC
- Bootstrap 3
- MS SQL Server or SQLite
- Entity Framework Core
.NET 6
- Install .NET 6
- Install Bower and run "bower install" OR Extract lib.zip to the wwwroot folder
- Run "dotnet restore" and "dotnet run"
- Yakov Lilo - Initial work - jacob-l
- Thanks Roman Gusev for advices.