Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mingslife/easy-open-judge
- Owner: mingslife
- License: gpl-3.0
- Created: 2017-12-13T03:57:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-13T06:07:29.000Z (almost 7 years ago)
- Last Synced: 2024-09-28T17:22:21.721Z (about 1 month ago)
- Topics: angular1, bootstrap3, docker, es6, flask, openjudge, python3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)