Skip to content

Latest commit

 

History

History
30 lines (14 loc) · 447 Bytes

File metadata and controls

30 lines (14 loc) · 447 Bytes

java-project-runner

A web service that runs projects against tests, performs code analysis and cheating detection.

How to run

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

Tests

Dependecies

npm install

Run Tests

mocha -R nyan