Skip to content

payalrathee/StudentRegistrationSystem

Repository files navigation

Student Registration System

The Student Registration System is a Java Swing application designed to help administrators manage student details in a MySQL database. It allows for the registration of new students, deletion, or modification of existing student records.

Home Page

Home Page

Login Page

Login Page

Register Page

image

Add Student

Add Student

Update Student

Update Student

Remove Student

Remove Student

View Students

View Students

Features

  • User-friendly interface built with Java Swing API.
  • Interaction with a MySQL database via JDBC for data storage and retrieval.
  • Ability to register new students with their details.
  • Assigns a unique ID to each student.
  • Functionality to delete or modify existing student records.

Installation

  1. Clone or download the project repository from [GitHub link].
  2. Set up MySQL database with the provided schema (resources/initDB).
  3. Update the database connection details (URL, username, password) in the Java code where necessary.
  4. Compile the Java files using a Java compiler.
  5. Run the application by executing the main class.

Requirements

  • Java Development Kit (JDK) 8.
  • MySQL Database Management System.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages