Skip to content

abhiruchikarwa/Busted

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUSTED (Plagiarism Detection Course Project)


TEAM-212

Paarth Kotak, Abhiruchi Karwa, Ke 'Conan' Xuan and Sirushti Murugesan


Link to the live system

Our website is available here at : BUSTED


Links to YouTube videos

  1. System Demo
  2. System Setup
  3. Final Presentation

Pre-requisites

  1. Install Java 8 on your system. (if you already have it, avoid this step)

    • Once the Java 8 is up and running you are all set with Java
  2. Install either Eclipse or Spring Tool Suite

    • Please install Eclipse from here
    • Please install STS from here
  3. Install Node

    • Please follow the instructions here
  4. Install WebStorm

    • Please install WebStorm from here

Instructions for installation:

  1. Backend installation commands:

    • mvn clean package
    • java -jar target/cs5500-spring2018-team212-0.0.1-SNAPSHOT.war
  2. Frontend installation commands:

    • npm install
    • ng serve