An open API service indexing awesome lists of open source software.

https://github.com/pycreater/library-management-system-console-based

Library Management System Using Java and OOPS
https://github.com/pycreater/library-management-system-console-based

Last synced: about 1 year ago
JSON representation

Library Management System Using Java and OOPS

Awesome Lists containing this project

README

          

# Library Management System - Java Console Application

This is a Java console-based Library Management System application. It provides functionalities for managing books and students in a library.

## Overview

This Library Management System allows librarians to perform various tasks such as adding books, updating book quantity, searching for books by serial number or author name, displaying all books, adding students, displaying all students, checking out books to students, and checking in books from students.

## How to Run

To run this application, follow these steps:

1. Make sure you have Java installed on your system.
2. Compile the Java files using a Java compiler. You can use the command `javac Library.java` in your terminal.
3. Run the application using the Java interpreter. You can use the command `java Library` in your terminal.
4. Follow the on-screen menu instructions to navigate through the functionalities.

## Usage

Upon running the application, you will be presented with a menu to select from various options. Use the provided options to perform tasks such as adding books, updating book quantity, searching for books, adding students, checking out books to students, and checking in books from students.

## Contributing

Contributions are welcome! If you'd like to contribute to this project, please feel free to fork the repository, make your changes, and submit a pull request.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.