Skip to content

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 a database, search for existing students, edit their details and delete student records.

Notifications You must be signed in to change notification settings

SuyashMisra/Student-Registration-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student-Registration-System

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.

Prerequisites

  1. java jdk 1.8 or above
  2. connector/j
  3. xampp for creating localhost server for mySQL databaase
  4. JDatechooser jar

Important guidelines

  1. 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
  2. Make sure to start Apache and MySQL from xampp control panel before running the application.
  3. The database name by default is 'student_registration' and tables are 'student_table' and 'admin_table'.
  4. The collation for admin_table fields are set to latin1_bin to support case sensitivity.

Database Structure

Admin Table Structure

Student Table Structure

About

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 a database, search for existing students, edit their details and delete student records.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages