Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mingslife/easy-open-judge

This is a simplified-implemented Open Judge base on Flask and Docker.
https://github.com/mingslife/easy-open-judge

angular1 bootstrap3 docker es6 flask openjudge python3

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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 :)