Skip to content

๐Ÿ“š A console based Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI), made during the course "Object Oriented Analysis and Design CS309". Moreover, the class diagram and database schema are also uploaded.

License

Notifications You must be signed in to change notification settings

Sharvani99/Library-Management-System-JAVA

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

19 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“š Library Management System -Java

Open Source Love svg1 GitHub Forks Build Status GitHub Issues contributions welcome

A Library Management System made using the concepts of Object Oriented Analysis and Design. Minimal Code is written in the GUI and the entities are decoupled as well. The interface is console based. This project was designed during the course "Object Oriented Analysis and Design CS309".

The Class Diagram of the project is also provided along with the Database Schema file. The class diagram file can be opened using Star UML.

Class Diagram

class diagram

Interface

Actors:

The actors include the following:

  • Librarian
  • Checkout Clerk
  • Borrower
  • Administrator

Use Cases:

After determining the actors, the second step in use case analysis is to determine the tasks that each actor will need to do with the system. Each task is called a use case because it represents one particular way the system will be used.

In other words, only those use cases are listed that actors will need to do when they are using the system to solve the customerโ€™s problem.

Borrower:

  • โ Search for items by title.
  • โ ... by author.
  • โ ... by subject.
  • โ Place a book on hold if it is on loan to somebody else.
  • โ Check the borrowerโ€™s personal information and list of books currently borrowed.

Checkout Clerk:

  • โ All the Borrower use cases, plus
  • โ Check out an item for a borrower.
  • โ Check in an item that has been returned.
  • โ Renew an item.
  • โ Record that a fine has been paid.
  • โ Add a new borrower.
  • โ Update a borrowerโ€™s personal information (address, telephone number etc.).

Librarian:

  • โ All of the Borrower and Checkout Clerk use cases, plus
  • โ Add a new item to the collection.
  • โ Delete an item from the collection.
  • โ Change the information the system has recorded about an item.

Administrator:

  • โ Add Clerk.
  • โ Add Librarian.
  • โ View Issued Books History.
  • โ View All Books in Library.

How to Run

1- Install these:

2- Open NetBeans IDE. Click on File -> Open Project and browse to the downloaded folder named "Project" and select it. It will load the NetBeans project.

3- Now everything is setup except the Java DB (Derby) Database of NetBeans. So, follow these steps to setup the database:

Step 1: In the Netbeans Window, there is a tab named "Services" on the left. Select it. Then right click on JavaDB > Properties and change database location to "Database" folder downloaded with this repository (its placed besides the "Project" folder).

step1

Step 2: After that a database named LMS will show up under JavaDB tab. Now Right Click Databases > New Connection and select Java DB Network and click Next.

step2

Step 3: Provide the following database crendentials in the next popup and click Next.

Host: localhost
Port: 1527
Database: LMS
User Name: haris
Password: 123

step3

Step 4: Now just click Next for the rest of the windows. After all this the database connection is made. Make sure that you connect with the database before running the project by right clicking on the connection and selecting connect. Now you are ready to run the project!

final

Note

The password for Administrative Functions is lib. The admin adds new clerks and librarian, then they both do the rest of the functions.


Author

You can get in touch with me on my LinkedIn Profile: LinkedIn Link

You can also follow my GitHub Profile to stay updated about my latest projects: GitHub Follow

If you liked the repo then kindly support it by giving it a star โญ!

Contributions Welcome

forthebadge

If you find any bug in the code or have any improvements in mind then feel free to generate a pull request.

Issues

GitHub Issues

If you face any issue, you can create a new issue in the Issues Tab and I will be glad to help you out.

License

MIT

Copyright (c) 2018-present, harismuneer, MahamAmjad

About

๐Ÿ“š A console based Library Management System designed in Java while following the concepts of decoupled layers (entities) and minimal code in interface (GUI), made during the course "Object Oriented Analysis and Design CS309". Moreover, the class diagram and database schema are also uploaded.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%