A web service that runs projects against tests, performs code analysis and cheating detection.
pip install -r 'requirements.txt'
Start Server python manage.py run
Start Celery pool celery -A applications.tasks.celery worker
Clear Database python manage.py drop
Shell python manage.py shell
npm install
mocha -R nyan