Skip to content

thu-info-community/thu-info-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

THUInfo Web

The web server application of THUInfo

Build Instruction

Step 1

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

Step 2

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.

Step 3

Set up configuration. Open appsettings.json, input your postgresql connection string into "Test" node. Then uncomment "Kestrel" node and complete the settings.

Step 4

Finally, run

dotnet run

and the application should be started.

About

The web server application of THUInfo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •