Skip to content

Like Sharif-Judge, but develop with NestJS & ReactJS.

Notifications You must be signed in to change notification settings

nqhd3v/online-judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online-Judge

1. Source structure

In this source code, I have 3 folders, for 3 purposes:

  • ui (@judge-ui): Frontend application, develop with ReactJS. Read more about ReactJS here: https://reactjs.org
  • api (@judge-api): Backend application for @judge-ui: Develop with NestJS. Read more about NestJS here: https://docs.nestjs.com/
  • sharif-judge (@judge-wecode | @sharif-judge): A new version of a fork of Sharif-Judge by @truongan.

2. Working flow

Main app just includes 2 folders: ui & api. Folder sharif-judge use for running coefficient_rule, or for syncing data from old system to current system.