Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```