Skip to content

bikashtudu/DBISProject

Repository files navigation

DBISProject

Library Management System using Java and MySQL

GitHub stars GitHub forks

https://bikashtudu.github.io/DBISProject/

Minor Project

Course: CS 257

Developed By

Environment and Requirement

About Files

  • /SQL: Contains the Exported Database Schema+Data
  • /src/mainlibrary: Contains JAVA source codes
  • /MySQL Connector: Contains JDBC/MySQL JConnnector

Instructions

  1. Clone the Project using link https://github.com/EncoSier/DBISProject.git or Download the zip

  2. Importing Java Project in NetBeans

  1. Importing Database(Schema+Data)
  • Import the Database in the MySQL database using MySQL WorkBench(Version is mentioned above)
  • MySQL Workbench->Data Import/Restore->Load Folder Contents->SQL->exportdb.sql
  1. Connect the JDBC driver(JConnector) by including the it's JAR File in the Project
  • Expand Project->Libraries->(Right Click)ADD JAR File->include file: mysql-connector-java-5.1.40-bin.jar
  1. Database setting can be changed
  • Expand Project->Source Packages->mainlibrary->DB.java
  • Change the Authentication Setting

NOTE: if any error, check closed issues too.

Releases

No releases published

Packages

No packages published