This system is created to automate and manipulate functions inside a library. It mainly lets the user to manage new members, new books and handle borrowing and returning functions.
- Either fork or download the repository using the URL https://github.com/IrushiSalwathura/library-management-system-jdbc.git
- To fork use the command git clone https://github.com/IrushiSalwathura/library-management-system-jdbc.git
- IMPORTANT!!!!
- Add the dependencies provided in the lib/ folder to the project structure.
- Set up the database using the sql script provided https://github.com/IrushiSalwathura/library-management-system-jdbc/blob/master/dbscript.sql in order to retrieve results.
- Change the username and the password according to your MySql server credentials in the DBConnection.java https://github.com/IrushiSalwathura/library-management-system-jdbc/blob/master/src/DBConnect/DBConnection.java
- Use username 'admin' and the password '1234' to log in to the system.
The project is created with:
- Java FX
- JDBC
- JDBC
- JFoenix
- Login Interface
- Main Interface
- Borrow Book Interface