You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://github.com/axuno/Volleyball-League/actions?query=workflow%3Abuild)
5
+
[](https://github.com/axuno/Volleyball-League/releases)[](https://github.com/axuno/Volleyball-League/actions?query=workflow%3Abuild)[](https://github.com/axuno/Volleyball-League/blob/main/LICENSE)
6
6
7
7
## What is it?
8
8
Volleyball League is a platform that brings everything necessary to organize and to run a league.
@@ -36,9 +36,9 @@ This is the 4th generation of the software developed over the last 20 years and
36
36
37
37
## Technology
38
38
39
-
* ASP.NET 6.0 web-development framework
39
+
* ASP.NET 8.0 web-development framework
40
40
* C# programming language
41
-
* Microsoft SQL-Server 2016+ database is currently implemented. [See supported databases](https://www.llblgen.com/Pages/specifications.aspx)
41
+
* Microsoft SQL-Server 2019+ database is currently implemented. [See supported databases](https://www.llblgen.com/Pages/specifications.aspx)
42
42
* Integrates Bootstrap 5
43
43
* Using plain vanilla javascript (no dependency on jQuery)
44
44
@@ -50,13 +50,13 @@ The platform software is Open Source under the [MIT license](LICENSE)
50
50
51
51
There is a [live website](https://volleyball-liga.de/) running the platform software.
52
52
53
-
## Development demo website
53
+
## Local Demo Website
54
54
55
55
### Database installation
56
56
57
57
Before running the `League.Demo` project for the first time, the MSSQL databases must be installed.
58
58
59
-
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) instance. Then adjust the connection string for the server in `Credentials.Development.json`.
59
+
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`.
60
60
61
61
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.
62
62
@@ -72,7 +72,9 @@ The default database names are `TestOrg` and `OtherOrg`. You may change these na
72
72
* Username: demo
73
73
* Email: demo@axuno.net
74
74
* Password: demodemo
75
-
75
+
76
+
You cannot use the credential other than the demo user to log in to the demo tenants.
77
+
76
78
## Thanks!
77
79
78
80
We would like to thank [JetBrains](https://www.jetbrains.com/) for supporting the project with free licenses of their fantastic tools.
0 commit comments