Skip to content

RominYue/OnlineJudgeSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##Online Judge by Yomin ###Environmental requirements

  • Python2.7
  • Databases: sqlite or mysql
  • flask
  • flask extensions: flask login, sqlalchemy, flask-sqlalchemy, flask-wtf
  • others: lorun (A moudle that tests your source code is right or not)

###How to run Online Judge

  1. $ git clone [email protected]:RominYue/OnlineJudgeSystem.git
  2. $ python init_db.py
  3. $ python run.py
  4. The admin account is already given in config.py, use this account to login in the system to add some problems
  5. In another terminal, run judging.py
  6. Open browser, 127.0.0.1:5000, the syetem is running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages