/School-Management-System

The school management system is developed for schools.The admin can view or add the details of students and teachers by logging with their details. This system is developed to provide a secure, easy to use a reliable system. This is created to handle all the school-related information and save it in records

School-Management-System

Convert all txt files into java files.

INSTRUCTION FOR RUNNING THE PROGRAM:

  1. Download Xammp to provide support for creating and manipulating databases in MySQL.
  2. Download and setup the MySQL connecter.
  3. Add MySQL connecter to the Java Project space where this code's class file will be stored.
  4. After succesfully connecting the code with the database, the code will function.
  5. Open XAMPP > Start Apache > Start MySQL > Click Admin(MySQL) > Create Database "management" > Create tables "student" & "teacher"
  6. "student" table columns: Name,Enrollment,CGPA,User,Password
  7. "teacher" table columns: Name,ID,Salary,User,Password

X------------------------------------------------------------------------------------------X

Sample Outputs

Output