A Library Management System made using mySQL and Java Swing.
To run this project, please make sure to download JDBC connector, and linking it with your respective IDE (intellij preferably). Once you have linked it to your IDE, follow the following steps:
- Download the entire project.
- Run the dbfinalcreate.sql and procfinal.sql on mySQL workbench to create the database for the project.
- Open the java project in your respective IDE (main files for frontend are included in DBS Project-Group 45 > src > bms).
- Open the Conn file in the IDE and change the "root" (connection name) and "123456" (Password) in the line " c = DriverManager.getConnection("jdbc:mysql:///library_db1", "root", "123456"); " to your mySQL workbench connection name and password.
- Run the project by running the login page of the project.