A plagiarism detection project that compares software project documents by transforming them into comparable hash-based representations.
The system distinguishes between two types of users: Student and Professor.
- Account Management: Upon login, users are assigned the Student role by default. Professor accounts must be added manually to the database or via database seeders.
The project features two main interfaces:
- View available exams.
- Submit project files in .zip format to participate in an exam.
- Create and configure exams (defining specific rules).
- Review projects submitted by students.
- Execute the plagiarism detection process.
Clone the repository:
git clone [https://github.com/NY-ANDRY/plagiat.git](https://github.com/NY-ANDRY/plagiat.git)
cd plagiat