This application is responsible to convert long url to short url and vice versa
- Run
mvn spring-boot:run
on terminal to start the application. - Start the application also using IntellJ run feature.
- Swagger Api doc :
http://localhost:8080/swagger-ui.html
- Run
mvn clean install
command. - Find report on path
target/site/serenity/index.html
- Open the index.html file in browser to view test report.