- Make a virtal env
- Pip install -r requirements.txt
- Configure database of your choice
- Load sample questions : "python manage.py loaddata data_question.json"
- Load sample test_case : "python managepy loaddata data_test.json"
- Setup Rabbitmq broker
- start your worker: celery -A judge worker -l debug