Cross Platform Light-Weight Library Managment System, built on CORE JAVA and MYSQL Database, with SWING Graphical User Interface. Provides Admin Access, Librarian Access (with user friendly GUI) and with further plans to include Student Interface, with Encrypted Passwords.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
1.NETBEANS IDE
2.LOCAL MACHINE SHOULD RUN JAVA
3.JDBC CONNECTOR (can be downloaded from https://dev.mysql.com/downloads/connector/j/5.1.html)
4.MYSQL (can be downloaded from https://dev.mysql.com/downloads/)
- Clone or Download the Repository and open it on NETBEANS.
- Set up a database named libraryapp in MYSQL SERVER.
- Load the JDBC Connector, and set up the correct path on src/DatabaseConnection.java, and enter the required credentials.
- change
conn=DriverManager.getConnection("jdbc:mysql://localhost/libraryapp", "<your username>", "<your password>");
in DatabaseConnection.java. - Run the project
- [CORE JAVA]
- [MYSQL] - Database Managment System
- [SWING]- Used to Generate Graphical User Inteface
- ASTHA GANGWAL,B.TECH CSE 2019, NIT SILCHAR
- NEERAJ SHIVAM, B.TECH CSE 2019, NIT SILCHAR