A simple web application that judges codes, made for KVIS Olympiad in Informatics Club.
- Download ONLY the deploy_env directory
- Edit the docker-compose.yml file, correct the site configuration
- Deploy using
docker-compose up - Run
python manage.py makemigrationsandpython manage.py migratein the docker shell (if needed)
- Access the admin page and add new task object
- Upload the task input and output to the /grader_config/tasks/<task_id>
- Don't forget the manifest.json
- Create new superuser by
python manage.py createsuperuser - Access /admin and login
- Fork this project and make a PR!
- Anyone can send request to certain endpoint to fake judge result
- To be fix by restricting those endpoints from external access
- Traefik can handle this (waiting for the next update for a neat implementation)
- Templates obviously (responsive will be appreciated)
- Use websocket to update submission
- Write tests
- Table pagination and search
- Ability to rejudge (for admin)
- Contest management ?
- Better profile page
- Some kind of automation in adding a task
- Add subission timestamp (cause why not)
- Docker Mount
local_settings