Tools -> Java, Springboot, jQuery, MySQL & Bootstrap
- An application where host can publish their products information and customers can recommend features for that product.
- Customers can also express their suggestions and concerns via comments and votes.
- Owner of product/feature requests can modify its contents.
For building and running the application you need:
- JDK 1.8
- Maven 3
- MySQL 8
There are several ways to run a Spring Boot application on your local machine. One way is to execute the main
method in the com.VoteApp.VoteAppApplication
class from your IDE.
Alternatively you can use the Spring Boot Maven plugin like so:
mvn spring-boot:run