An open API service indexing awesome lists of open source software.

https://github.com/bk-scoss/scoss_webapp

A Web application for SCOSS - Source Code Similarity System
https://github.com/bk-scoss/scoss_webapp

moss plagiarism-detection scoss smoss webapp

Last synced: 3 months ago
JSON representation

A Web application for SCOSS - Source Code Similarity System

Awesome Lists containing this project

README

          

# scoss_webapp
A Web application for [SCOSS](https://github.com/ngocjr7/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](https://github.com/ngocjr7/scoss_webapp/blob/master/docs/demo.png?raw=true)

## How to run

Clone this project:
```sh
git clone https://github.com/ngocjr7/scoss_webapp
cd scoss_webapp
```

You can easyly run this webapp on docker by:
```sh
docker-compose build
docker-compose up
```

## Issues
This project is in development, if you find any issues, please create an issue [here](https://github.com/ngocjr7/scoss_webapp/issues).

## Contributors
[Ngoc Bui*](https://github.com/ngocjr7), [Linh Le*](https://github.com/Lelinh698), [Vien Tran*](https://github.com/tranvien98), [Thai Do*](https://github.com/dec1mo)

> *: Equal contributions
## Acknowledgements
This project is sponsored and led by Prof. Do Phan Thuan, Hanoi University of Science and Technology.