This project solves the following problem:
Given a set of P feature points in the bidimensional plane, determine every line that contains at least N or more COLLINEAR points.
In order to run this web application you'll need:
- Java >= 11
- Maven 3
- Run
mvn clean install
- Run
mvn spring-boot:run
- Right click on the project root folder
- Run AS -> Spring Boot App