Note
The project will no longer be maintained, and there is a continued project called PhiJudge that is under development.
You need to install
gcccompiler first
- Clone the project to your computer
- Run
dotnet restoreto restore the project - Install EntityFrameworkCore by running command
dotnet tool install dotnet-ef -g - Run
dotnet ef database updateto create database from existing configuration - Run
dotnet runto 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 (
Markdownsupport) - Solve problem (
C,C++, you can even setup your own compiler) - Code judgement (Real-time feedback with
SingalR)
Using SQLite with EntityFramework Core currently