This is the class handling the backend of the Web Travel Application
that aggregates and integrates
the following classes Recommendation
, Review
, Destination
Documentation follows Spring REST API
using OpenAPI 3.0
. REST API Documentation routing is configured inside of the application.properties
file. To view the documentation via the browser do the following
- Run the Spring REST API Application using from the root project directory
mvn spring-boot:run
- Navigate to the REST API documentation using the browser
- Click here following for a JSON REST API view
- Click here following for an improved UI of the REST API documentation
mvn clean
mvn compile
- Spring Java REST API using OpenAPI 3.0: https://www.baeldung.com/spring-rest-openapi-documentation