Tennis Stats API

The Tennis Stats API allows you to see stats about tennis players.
The application is deployed on Microsoft Azure cloud
Go to the generated user interface on the cloud to interact with the REST endpoints.

Build, run and test the app in localhost

  • Go to the base project directory.
  • Invoke "mvn clean package" to package the app.
  • Then invoke "java -jar target/tennis-stats-api-0.0.1-SNAPSHOT.jar" to run the app.
  • Navigate to http://localhost:8080/swagger-ui.html to use the generated user interface to interact with the REST endpoints.