This here is JavaEE8 based webapp to make and answer surveys in browser.
INFO:
SURVEY-JAVA-WEBAPP 0.9.5
JAVA-SURVEY-APPLICATION WITH BROWSER GUI
LICENCE: MIT
AUTHOR: CLOMEZ
JavaEE 8
MySQL
Maven
Spring-boot
Thymeleaf
Bootstrap
////////////////////
FEATURES
- Fully working, browser based GUI
- Make surveys
- anserw surveys on browser
- save answers to database for analyzing
- now supports two answer types, text and scale 1-5
////////////////////
LOGS
0.9.5
- looking better
- better gui
- answers are browsable
0.9
- looking better
- fixed bugs
- renamed and reworked databases
0.8
- Working GUI using thymeleaf
- All basic functionality working
////////////////////
INSTALL
- clone git
- create db:s
- build with maven
- run with "java -jar filename"
////////////////////
TODO
- better way to sort answers
- security and user options
- login system