https://github.com/hez2010/labcenter
Portal website for Sun Yat-sen University Information Laboratory Center
https://github.com/hez2010/labcenter
sysu
Last synced: about 1 year ago
JSON representation
Portal website for Sun Yat-sen University Information Laboratory Center
- Host: GitHub
- URL: https://github.com/hez2010/labcenter
- Owner: hez2010
- License: mit
- Created: 2021-02-14T16:20:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T06:23:20.000Z (over 4 years ago)
- Last Synced: 2024-10-29T09:03:29.762Z (over 1 year ago)
- Topics: sysu
- Language: C#
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```