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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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