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
- Host: GitHub
- URL: https://github.com/istupakov/olympsystem
- Owner: istupakov
- License: mit
- Created: 2013-09-28T15:43:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-11-17T12:31:02.000Z (3 months ago)
- Last Synced: 2025-11-17T14:30:45.123Z (3 months ago)
- Topics: aspnetcore, dotnet, programming-contest-judge, programming-contests
- Language: C#
- Homepage: https://olymp.nstu.ru
- Size: 3.21 MB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```