Skip to content

rameeskh/Student-Management-System

Repository files navigation

Student-Management-System

Student Management System created using Java and MySQL in netbeans.

Libraries Used

  1. MySQL JDBC - For database connection.
  2. rs2xml - To convert ResultSet to table format.

Database

  • Created a local database "student", inside that two tables added "student" and "admin".
  • student table is created to save student details(id, name, father_name, blood, class, city and mobile)
  • admin table is created to store admin details(id ,mail, password, name). Admin mail and password will be asked during login.

Screenshot (38)

Features

  1. It allows us to conduct CRUD operations on both student and admin tables.
  2. Technology used :- Java and MySQL.

How to install

  1. Install java and MySQL in the computer.
  2. Create a database "student" and add two table "student" and "admin".
  3. admin details :- id ,mail, password, name.
  4. student table details : - id, name, father_name, blood, class, city and mobile.
  5. Add one admin details so that we can login.
  6. Download the code and run with the admin details.

Interface

Login

Screenshot (26)

Home

Screenshot (27)

Add student

Screenshot (31)

Update or Delete Student

Screenshot (29)

View Student

Screenshot (32)

Add admin

Screenshot (33)

Update or Delete Admin

Screenshot (34)

View Admin

Screenshot (35)

Thanks you.

About

Student Management System created using java and sql.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages