ChungZH / EtherOJ

A GitHub-Based Open Source and free Online Judge.

Home Page:https://oj.akioi.icu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EtherOJ

GitHub Website Telegram

EtherOJ is a open source and free OnlineJudge, entirely based on GitHub.

Purpose of this project

This project aims to give a way to let community publish judgable live problems on GitHub.

More and more OnlineJudges are disappearing in recent years. As these OJs died, their problems would disappear too. This project can also be an archive for these problems.

Features

  • Open Source: The entire project is open source and free for everyone.
  • Live forever: The judger, problemset, judge result, users, submissions... everything is stored and based on GitHub, whose stability and data security is trusted by 40 million GitHub users.
  • Freedom: Problem description and testcases are open without restriction.
  • Distributed: There's no "official" centralized problem repository. You can easily create, share and judge your own problem by simply creating your problem repository.

Project Structure

The entire project is hosted on our EtherOJ Organization page.

  • EtherOJ/EtherOJ: Frontend of EtherOJ
  • EtherOJ/EtherJudger: GitHub Actions as a problem judger.
  • EtherOJ/problems: Problem repository example.
  • EtherOJ/submissions: EtherOJ submissions storage.

Contribute

Contributions are highly welcomed as we still have a lot to do, please join us to make this project better!

If you have any problems using EtherOJ or want to contribute code to this project, don't hesitate to file an issue or open a Pull Request.

And, don't forget to leave a Star if you like this project!

Run your EtherOJ frontend

# clone this repository
$ git clone https://github.com/EtherOJ/EtherOJ

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

About

A GitHub-Based Open Source and free Online Judge.

https://oj.akioi.icu

License:Apache License 2.0


Languages

Language:Vue 74.4%Language:JavaScript 24.4%Language:CSS 1.2%