Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 338 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 338 Bytes

LabCenter

Portal website for Sun Yat-sen University Information Laboratory Center

Prerequsities

  • .NET 6

Stack

  • ASP.NET Core
  • Entity Framework Core with PostgreSQL
  • Blazor Webassembly with Server-side Prerendering

Build

dotnet build -c Release

Run

cd Server/bin/Release/net6.0
dotnet LabCenter.Server.dll