Skip to content

This is a simplified-implemented Open Judge base on Flask and Docker.

License

Notifications You must be signed in to change notification settings

mingslife/easy-open-judge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy Open Judge

This is a simplified-implemented Open Judge written by python.

Install

docker pull centos
mkdir env
virtualenv env --python python3
. env/bin/activate
pip install flask
python application.py

Warning: Please ensure you have already installed python3, pip and docker.

Enjoy yourself, have a good day :)