Initial Commit

This commit is contained in:
2017-11-17 01:33:24 +03:00
commit b2f733e9f8
33 changed files with 14779 additions and 0 deletions

4
README.md Normal file
View File

@@ -0,0 +1,4 @@
# TestSys Docker
This is the testing system for code competitions or trainings.
The Master service is written on Django (Python 3) and handles WebUI.
Slaves are obviously uses Docker to run code tests.