Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.09 KB

readme.md

File metadata and controls

37 lines (25 loc) · 1.09 KB

Link to the Live System : http://plagiarismpython.com

Tech Stack :

Development and Framework : Java, Spring Boot, Angular, MongoDB, Maven

Infrastructure and Deployment : AWS EC2, S3, Jenkins (Continuous Integration tool), SonarQube (Quality), Junits(Tesing)

Project Manageent: Jira, Agile Technologies, Scrum, 3 Sprints of 15 days for the entire project

Links to YouTube (unlisted) videos (details follow):

System Demo

System Setup

Final Presentation

Team Memebers:

  1. Manthan Thakker
  2. Mateo Kocaj
  3. Preethi Anbunathan
  4. Sakshi Tonwer

System Setup steps

Make sure you have angular installed. -SpringBoot Make sure you are using JDK 1.8, Maven 3.x

How to Run

  1. Clone this repository
  2. Build the project
  3. Run mvn clean install
  4. After this you can run the application by running SpringBootWebApplication in driver package inside src/main/java.
  5. cd to src/main/frontend folder run ng serve. Navigate to http://localhost:4200/ and find running application.