A java application built to manage student details at an institution. The application is built using Java, Swing, JDBC and MySQL. This application can be used to add students to database, search for existing students, edit their details and delete student records.
- java jdk 1.8 or above
- connector/j
- xampp for creating localhost server for mySQL databaase
- JDatechooser jar
- For creating a new admin, you must provide the school key which is by default set to 123456 and can be changed by going to line 498 of BioInit.java
- Make sure to start Apache and MySQL from xampp control panel before running the application.
- The database name by default is 'student_registration' and tables are 'student_table' and 'admin_table'.
- The collation for admin_table fields are set to latin1_bin to support case sensitivity.