XP Voting / https://XTC.vote
XTC.vote is an open spaces topic proposal and voting app. Users can submit topics, and then vote on their favourite ones to help an open spaces meeting decide which of the user-submitted topics should be discussed.
XTC.vote is built with Java, Spring Boot, HTMX, Thymeleaf, and Tailwind. The app is hosted on Heroku on a custom domain.
First clone the repo using either of these methods:
gh clone nickhumberstone/xpvoting
git clone [email protected]:nickhumberstone/xpvoting.git
Then, as a responsible programmer, you should run the test suite:
./mvnw verify
Run command (it will run on localhost:8080):
./mvnw spring-boot:run