Skip to content

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

License

Notifications You must be signed in to change notification settings

im-ushan-ikshana/java_lib_project

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages