Volleyball League is a platform that brings everything necessary to organize and to run a league. This is the 5th generation of the software developed over the past 25 years and a major re-write.
- Indoor and beach leagues
- Registration of teams
- Team contacts and players
- User administration and authorization
- Fixtures incl. calendar export
- Fixture changes, entry of results
- Match report sheets
- Result lists and tables
- Automatic notifications and reminders
- Shared use of venues
- Referees
- Local accounts and most popular social logins implemented
- Individual settings (e.g. number of records, number of rounds, etc.)
- Individual pages, e.g. for the game rules
- Configuration changes are possible at runtime (even to add/remove a tenant)
- Optimized for mobile devices: Comfortable operation on smartphones, tablets or desktop PCs
- Localizable for language, region and time zone (currently with translations to English and German)
- ASP.NET 10.0 web-development framework
- C# programming language
- Microsoft SQL-Server 2022+ database is currently implemented. See supported databases
- Integrates Bootstrap 5
- Using plain vanilla javascript (no dependency on jQuery)
The platform software is Open Source under the MIT license
There is a live website running the platform software.
Before running the League.Demo project for the first time, the MSSQL databases must be installed.
A backup of the two demo databases is located in League.Demo/Seed/Demo-Db.zip. Restore the databases to your local MSSQL Server (Express or Local) instance. Then adjust the connection string for the server in Credentials.Development.json.
The default database names are TestOrg and OtherOrg. You may change these names, but then update the DbContext/Catalog name in Tenant.TestOrg.Development.config and Tenant.OtherOrg.Development.config accordingly.
- Open the Terminal, and navigate to the
Leagueproject directory. - Run
npm installto install the requirednpmpackages. - Run
node .\node_modules\grunt-cli\bin\grunt prodto build the JavaScript and CSS files (or run task 'prod' from Task Runner Explorer in Visual Studio). They will be stored in thewwwrootdirectory.
The admin login for the two demo tenants is:
- Username: demo
- Email: [email protected]
- Password: demodemo
You cannot use the credential other than the demo user to log in to the demo tenants.
We would like to thank JetBrains for supporting the project with free licenses of their fantastic tools.