Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 803 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 803 Bytes

Student-Information-System

This a project about student information system built by using only JavaSwing as graphical user interface , with help of JDBC as a server and MYSQL for database The project has been done for Object Oriented Programming Course project Refer to the screenshots folder for further clarity about GUI To run this project first download a zip file by clonning it or by using git bash Now extract the files and folders from Zip file in case if downloaded as a zip Run the sql file provided in MYSQL Workbench Also Install the required JDBC drivers to connect with database Afterconnecting with database . Now run the 'Home.java' file and explore

This project can be taken as a refernce for further developements and is useful for students who are doing these kind of projects