Coder Social home page Coder Social logo

im-ushan-ikshana / java_lib_project Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 10.88 MB

Sri Premanda College Library Management System: Streamlining operations with a user-friendly interface and dynamic database setup, Book-related tasks, -> encourages future contributions.

License: GNU General Public License v3.0

Java 100.00%
java-mysql-crud-application java-swing-applications java-swing-gui java-swing-gui-mysql-library-books java java-ant

java_lib_project's Introduction

Library Management System ๐Ÿ“š

Purpose ๐ŸŽฏ

College Library Management System is designed to efficiently manage the library operations of Sri Premanda College. It facilitates tasks such as adding books, managing members, handling lending transactions, and more.

Database Configuration โš™๏ธ

config.properties

The config.properties file is crucial for configuring the database connection. Make sure to update the following settings:

# Database connection details
url=jdbc:mysql://localhost:3306/LibDB
user=your_username
password=your_password

# Root user details for creating the database
rootUrl=jdbc:mysql://localhost:3306
rootUser=your_username
rootPassword=your_password

# Database name
dbName=LibDB

url: The URL for connecting to the MySQL database. Change the port number (e.g., localhost:3306) based on your MySQL server's configuration. Feel free to modify the configuration according to your MySQL database setup.

Building the Database ๐Ÿ› ๏ธ

Run only the LIB_PROJECT.java Main Class to set up the SQL database. The database name is LibDB. Ensure that there is no existing database with this name before running. Inside the Config Properties file, replace your MySQL server details and save it before running the LIB_PROJECT.java Main Class. Feel free to modify this template to suit the specific details and structure of your project.

Log In Information ๐Ÿ”

  • Username: admin
  • Password: admin

Additional Links ๐ŸŒ

System Screenshots ๐Ÿ“ธ

  1. Screenshot 1
  2. Screenshot 2
  3. Screenshot 3
  4. Screenshot 4
  5. Screenshot 5

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.