Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hez2010/labcenter
Portal website for Sun Yat-sen University Information Laboratory Center
https://github.com/hez2010/labcenter
sysu
Last synced: 10 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T06:23:20.000Z (about 3 years ago)
- Last Synced: 2024-10-29T09:03:29.762Z (about 2 months 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
```