Note
The project will no longer be maintained, and there is a continued project called PhiJudge that is under development.
You need to install
gcc
compiler first
- Clone the project to your computer
- Run
dotnet restore
to restore the project - Install EntityFrameworkCore by running command
dotnet tool install dotnet-ef -g
- Run
dotnet ef database update
to create database from existing configuration - Run
dotnet run
to run code on debug mode locally
Almost done.
Issues will be fixed as fast as I can if there is.
- Support
Linux
- Management dashboard
- Integrated authentication
- Add problem (
Markdown
support) - Solve problem (
C
,C++
, you can even setup your own compiler) - Code judgement (Real-time feedback with
SingalR
)
Using SQLite
with EntityFramework Core
currently