Skip to content

patelankita/Plagiarism-Detector-MSD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plagarism-Detector-quick-start

Objective

The system is implemented in three phases.

  1. In Phase A, we were asked to develop a set of use cases that informally describe the behavior of the system from a user’s perspective and a mock- up of the system’s user-interface.
  2. In Phase B, we were asked to develop a set of UML Diagrams that reflect the high-level architecture of our system and a set of Java interfaces reflecting this design.
  3. Phase C involves implementing the system in Java.

To Use

Please follow the following instructions to install the app


  1. Clone this repository using

git clone https://github.ccs.neu.edu/cs5500/team-21.git

** Change current directory to source_code


  1. Install dependencies

Install node modules

npm install

Install electron

npm install electron


  1. Run the app npm start

Login Credentials :

Username - team21 Password - team21


Note: you can update your npm to the latest one [higher than 2.1.8] if you have an old version using

npm install npm@latest -g

To check your current version use

npm -v

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published