Quizapp made with java, full functionalities and admin CMS with java, Tomcat server and MySQL.
Clone project or download zip file and paste in NetbeansProjects
You'll have to re configure the jdbc with the latest driver
Check the src/quizapp, you'll see an sql file.
- Create a database in your phpMyAdmin or MySQL workbench with the name "quizapp".
- Import the quizapp.sql file
- Correct / Configure the issue for your jdbc driver, you are good to go.
- If you have an issue with port find and replace the port in the files, look for localhost:3306 and replace with localhost:<your_port_number>