Skip to content

ravik9158/VoteApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Customer feedback webapp (03/2021 - 05/2021)

Description

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.

Requirements

For building and running the application you need:

  • JDK 1.8
  • Maven 3
  • MySQL 8

Running the application locally

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