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

https://github.com/istupakov/olympsystem

System for programing contests
https://github.com/istupakov/olympsystem

aspnetcore dotnet programming-contest-judge programming-contests

Last synced: 22 days ago
JSON representation

System for programing contests

Awesome Lists containing this project

README

          

# OlympSystem

Web-based system for programming contests used on the site https://olymp.nstu.ru

Run site in development mode:
```shell
docker compose up sqlserver
cd Olymp.Site
dotnet user-secrets set ConnectionStrings:DefaultConnection 'Server=localhost;Database=olympdb;TrustServerCertificate=true;User Id=SA;Password=YourStrong!Passw0rd'
dotnet run
```