Link to the Live System : http://plagiarismpython.com
Infrastructure and Deployment : AWS EC2, S3, Jenkins (Continuous Integration tool), SonarQube (Quality), Junits(Tesing)
- Manthan Thakker
- Mateo Kocaj
- Preethi Anbunathan
- Sakshi Tonwer
Make sure you have angular installed. -SpringBoot Make sure you are using JDK 1.8, Maven 3.x
How to Run
- Clone this repository
- Build the project
- Run mvn clean install
- After this you can run the application by running SpringBootWebApplication in driver package inside src/main/java.
- cd to src/main/frontend folder run
ng serve
. Navigate tohttp://localhost:4200/
and find running application.