The web server application of THUInfo
Install dotnet sdk 8.0. If you are running RHEL or CentOS, just use
$ sudo dnf install dotnet-sdk-8.0
Others should follow this installation instruction
Clone this repo, and cd into folder ThuInfoWeb which contains the file ThuInfoWeb.csproj. Then, run
dotnet build
and everything will be done by the .net sdk cli.
Set up configuration. Open appsettings.json, input your postgresql connection string into "Test" node. Then uncomment "Kestrel" node and complete the settings.
Finally, run
dotnet run
and the application should be started.