Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.15 KB

scoss_webapp

A Web application for SCOSS - Source Code Similarity System - using to

  • Upload problems or contests (multi-problem) of source-codes and check plagiarism.
  • Able to handle multi-requests using task queue (RQ)
  • You can deploy it on server and distribute your results to students.

How it looks

alt tag

How to run

Clone this project:

git clone https://github.com/ngocjr7/scoss_webapp
cd scoss_webapp

You can easyly run this webapp on docker by:

docker-compose build
docker-compose up

Issues

This project is in development, if you find any issues, please create an issue here.

Contributors

Ngoc Bui*, Linh Le*, Vien Tran*, Thai Do*

*: Equal contributions

Acknowledgements

This project is sponsored and led by Prof. Do Phan Thuan, Hanoi University of Science and Technology.