Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 521 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 521 Bytes

Auto-Grader

Auto Grader for Golang, C++, C with Python and Django.

Prerequisites

  1. Linux

  2. Python3 and Pip

  3. Golang, C++, and C compiler

  4. Erlang and RabbitMQ

  5. Check requirements.txt for the prerequisites packages. You can install requirment package using following command:

    pip install -r requirements.txt

How to use

  1. Start the judge
    judge> sudo python3 receive.py
  2. Start the website
    website> sudo python3 manage.py runserver