Skip to content

Means88/judge-frontend

Repository files navigation

judge-backend

Online Judge fontend.

see backend

Requirements

  • Docker
  • Python3.6
  • Node.js
  • Redis

Installation

backend

docker build -t judge-python docker/python/
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
redis-server &
python -m celery -A config.celery worker --loglevel=info &
python manage.py runserver 0:8000

frontend

npm install -g yarn
yarn install
yarn start

Preview

problem

submission

LICENSE

MIT

About

Online Judge frontend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published