Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 956 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 956 Bytes

My DNA App - Mercado Livre - Technical Test

Challenge

There are 2 solutions, see DNAFinder the methods:

- isMutant
- findMutantDNANeigborhood

Endpoints

There are 3 endpoints, see the Swagger documentation session:

/mutant/ - first solution
/mutant-second/ - second solution
/stats/ - displays statistics

Execution instructions

1 - Package the application

mvn clean package

2 - Start the application

java -jar target/dna-app-1.0.jar

Swagger documentation

After start the application, access the link http://localhost:8080/swagger-ui.html

You'll see a page like below. Swagger

AWS

URL: http://ec2-18-217-158-104.us-east-2.compute.amazonaws.com:8080/swagger-ui.html

Swagger AWS

Coverage

Swagger AWS