{"id":21421157,"url":"https://github.com/axuno/volleyball-league","last_synced_at":"2025-10-07T04:20:44.930Z","repository":{"id":38420598,"uuid":"258797085","full_name":"axuno/Volleyball-League","owner":"axuno","description":"Volleyball League is an open source sports platform that brings everything necessary to organize and to run a league.","archived":false,"fork":false,"pushed_at":"2025-06-28T18:39:18.000Z","size":11171,"stargazers_count":21,"open_issues_count":2,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-28T19:44:47.567Z","etag":null,"topics":["asp-net","competition","league","net80","platform","round-robin-tournament","sport","tournament","volleyball"],"latest_commit_sha":null,"homepage":"https://volleyball-liga.de","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axuno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-04-25T14:34:25.000Z","updated_at":"2025-06-28T18:39:18.000Z","dependencies_parsed_at":"2023-02-14T07:46:13.190Z","dependency_job_id":"c43ccf78-438e-418a-a27f-bbcddbdd0521","html_url":"https://github.com/axuno/Volleyball-League","commit_stats":null,"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"purl":"pkg:github/axuno/Volleyball-League","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axuno%2FVolleyball-League","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axuno%2FVolleyball-League/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axuno%2FVolleyball-League/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axuno%2FVolleyball-League/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axuno","download_url":"https://codeload.github.com/axuno/Volleyball-League/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axuno%2FVolleyball-League/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264614546,"owners_count":23637619,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["asp-net","competition","league","net80","platform","round-robin-tournament","sport","tournament","volleyball"],"created_at":"2024-11-22T20:32:01.078Z","updated_at":"2025-10-07T04:20:44.924Z","avatar_url":"https://github.com/axuno.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Logo](logo-volleyball-league_100x100.png)\n\n# Volleyball League Platform Library\n\n[![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/axuno/volleyball-league?include_prereleases)](https://github.com/axuno/Volleyball-League/releases)  [![build](https://github.com/axuno/Volleyball-League/workflows/build/badge.svg)](https://github.com/axuno/Volleyball-League/actions?query=workflow%3Abuild)  [![GitHub](https://img.shields.io/github/license/axuno/volleyball-league)](https://github.com/axuno/Volleyball-League/blob/main/LICENSE)\n\n## What is it?\nVolleyball League is a platform that brings everything necessary to organize and to run a league.\nThis is the 4th generation of the software developed over the last 20 years and a complete re-write.\n\n## Any questions?\n[![Join the chat at https://gitter.im/axuno/volleyball-league](https://badges.gitter.im/axuno/volleyball-league.svg)](https://gitter.im/axuno/volleyball-league?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Features\n\n * Indoor and beach leagues\n * Registration of teams\n * Team contacts and players\n * User administration and authorization\n * Fixtures incl. calendar export\n * Fixture changes, entry of results\n * Match report sheets\n * Result lists and tables\n * Automatic notifications and reminders\n * Shared use of venues\n * Referees\n * Local accounts and most popular social logins implemented\n\n## Software design\n\n * Individual settings (e.g. number of records, number of rounds, etc.)\n * Individual pages, e.g. for the game rules\n * Configuration changes are possible at runtime (even to add/remove a tenant)\n * Optimized for mobile devices: Comfortable operation on smartphones, tablets or desktop PCs\n * Localizable for language, region and time zone (currently with translations to English and German)\n \n ## Technology\n \n  * ASP.NET 8.0 web-development framework\n  * C# programming language\n  * Microsoft SQL-Server 2019+ database is currently implemented. [See supported databases](https://www.llblgen.com/Pages/specifications.aspx)\n  * Integrates Bootstrap 5\n  * Using plain vanilla javascript (no dependency on jQuery)\n\n## License\n\nThe platform software is Open Source under the [MIT license](LICENSE)\n\n## Live website\n  \n  There is a [live website](https://volleyball-liga.de/) running the platform software.\n  \n## Local Demo Website\n\n### Database installation\n\nBefore running the `League.Demo` project for the first time, the MSSQL databases must be installed. \n\nA 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`.\n\nThe 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.\n\n### Build JavaScript and CSS\n\n* Open the Terminal, and navigate to the `League` project directory.\n* Run `npm install` to install the required `npm` packages.\n* Run `node .\\node_modules\\grunt-cli\\bin\\grunt prod` to build the JavaScript and CSS files (or run task 'prod' from Task Runner Explorer in Visual Studio). They will be stored in the `wwwroot` directory.\n\n### Admin login\n\n  The **admin login** for the two demo tenants is:\n  * Username: demo\n  * Email: demo@axuno.net\n  * Password: demodemo\n \n You cannot use the credential other than the demo user to log in to the demo tenants.\n\n## Thanks!\n\nWe would like to thank [JetBrains](https://www.jetbrains.com/) for supporting the project with free licenses of their fantastic tools.\n\n![JetBrains logo](https://resources.jetbrains.com/storage/products/company/brand/logos/jetbrains.svg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxuno%2Fvolleyball-league","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxuno%2Fvolleyball-league","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxuno%2Fvolleyball-league/lists"}