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
- Host: GitHub
- URL: https://github.com/bk-scoss/scoss_webapp
- Owner: BK-SCOSS
- License: mit
- Created: 2020-07-27T13:25:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-27T18:05:59.000Z (over 4 years ago)
- Last Synced: 2025-09-18T20:38:43.116Z (9 months ago)
- Topics: moss, plagiarism-detection, scoss, smoss, webapp
- Language: Python
- Homepage:
- Size: 5.57 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.