Giter Club home page Giter Club logo

ntoj's Introduction

NTOJ

NTOJ 是基于 Spring Boot 和 React.js 的在线评测(OJ)系统。

注意:NTOJ 目前处于早期开发阶段(0.x),所有修改不做兼容性保证(含数据库结构)。请勿用于生产环境!

项目结构

  • buildSrc:Gradle 自定义构建插件
  • shared:公共模块
  • server:服务端
  • judger:评测机
  • web:Web 端

使用技术

服务端主要使用了 KotlinSpring BootSpring Data JPASa-TokenFlywayPostgreSQL 等技术。

Web 端主要使用了 TypeScriptReactAnt DesignViteReact Router 等技术。

开发指南(环境搭建)

硬性要求是使用 Java 17+ 和 Node.js 18+

服务端开发指南见 server/README.md

Web 端开发指南见 web/README.md

评测机开发指南见 judger/README.md

部署指南(WIP)

Caddy 配置文件

ntoj's People

Contributors

gtn1024 avatar dependabot[bot] avatar 520coder1314 avatar tyabase avatar

Stargazers

 avatar harry_sad avatar  avatar m123277 avatar keer2345 avatar 疏狂 avatar 千石 avatar  avatar  avatar

ntoj's Issues

Refactor the project into Kotlin/Multiplatform

The project now is entirely a Kotlin/JVM project, which makes the high usage of memory resource.
Especially for the judger module, a middleware between the serverside and the judge server.

It is great to make the project into Kotlin/Multiplatform project, and make some changes below:

  • server: Kotlin/JVM
  • judger: Kotlin/Native

Now, the shared module has a lot of JVM codes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.