An election system made using Netbeans and Apache Derby
- Install Netbeans 8.2 EE
- Download this repo
- Extract
- Open it in Netbeans
- Add the Java DB Driver in the project's library
- Create database in the Services tab
- Copy and run the SQL commands in sql.txt
- Clean and build
- cd into the directory and run 'java -jar ElectionSystem.jar'