##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
- $ git clone [email protected]:RominYue/OnlineJudgeSystem.git
- $ python init_db.py
- $ python run.py
- The admin account is already given in config.py, use this account to login in the system to add some problems
- In another terminal, run judging.py
- Open browser, 127.0.0.1:5000, the syetem is running