Skip to content

Commit 2356b02

Browse files
authored
Update README.md (#255)
1 parent c5ddaff commit 2356b02

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<img src="logo-volleyball-league.png" width="100" alt="Logo">
1+
![Logo](logo-volleyball-league_100x100.png)
22

33
# Volleyball League Platform Library
44

5-
![GitHub release (latest by date including pre-releases)](https://img.shields.io/github/v/release/axuno/volleyball-league?include_prereleases) [![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)
5+
[![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)
66

77
## What is it?
88
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
3636

3737
## Technology
3838

39-
* ASP.NET 6.0 web-development framework
39+
* ASP.NET 8.0 web-development framework
4040
* 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)
4242
* Integrates Bootstrap 5
4343
* Using plain vanilla javascript (no dependency on jQuery)
4444

@@ -50,13 +50,13 @@ The platform software is Open Source under the [MIT license](LICENSE)
5050

5151
There is a [live website](https://volleyball-liga.de/) running the platform software.
5252

53-
## Development demo website
53+
## Local Demo Website
5454

5555
### Database installation
5656

5757
Before running the `League.Demo` project for the first time, the MSSQL databases must be installed.
5858

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`.
6060

6161
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.
6262

@@ -72,7 +72,9 @@ The default database names are `TestOrg` and `OtherOrg`. You may change these na
7272
* Username: demo
7373
* Email: demo@axuno.net
7474
* Password: demodemo
75-
75+
76+
You cannot use the credential other than the demo user to log in to the demo tenants.
77+
7678
## Thanks!
7779

7880
We would like to thank [JetBrains](https://www.jetbrains.com/) for supporting the project with free licenses of their fantastic tools.

logo-volleyball-league_100x100.png

12.7 KB
Loading

0 commit comments

Comments
 (0)