https://github.com/means88/judge-frontend
Online Judge frontend.
https://github.com/means88/judge-frontend
mobx online-judge react
Last synced: 3 months ago
JSON representation
Online Judge frontend.
- Host: GitHub
- URL: https://github.com/means88/judge-frontend
- Owner: Means88
- License: mit
- Created: 2018-03-30T08:00:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T12:17:09.000Z (about 7 years ago)
- Last Synced: 2025-07-19T09:57:19.618Z (3 months ago)
- Topics: mobx, online-judge, react
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# judge-backend
Online Judge fontend.see [backend](https://github.com/Means88/judge-backend)
## Requirements
- Docker
- Python3.6
- Node.js
- Redis## Installation
### backend
```bash
docker build -t judge-python docker/python/
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser```
```bash
redis-server &
python -m celery -A config.celery worker --loglevel=info &
python manage.py runserver 0:8000```
- Goto http://localhost:8000/admin
- Add problems and test data### frontend
```bash
npm install -g yarn
yarn install
yarn start```
## Preview


## LICENSE
MIT