Supports operations for writing reviews and listing reviews for a product but with no sorting or filtering.
MySQL needs to be installed and configured. Instructions provided separately.
-
Configure the MySQL Datasource in application.properties.
-
To run this service you execute:
$ mvn clean package
$ java -jar target/reviews-api-0.0.1-SNAPSHOT.jar
It can also be imported in your IDE as a Maven project.
Check out Swagger UI: http://localhost:8080/swagger-ui.html