This is a simple Library Management System implemented in Java. It allows users to register, login, and perform various library management tasks such as borrowing and returning books.
- π User registration and login
- π₯ Different user roles (admin and normal user)
- π Book management (borrowing, returning)
- Version: 0.0.1
- Clone the repository:
git clone https://github.com/Kernel-rb/Library-Management.git && cd Library-Management
- Run the
run.sh
script to compile the Java files:sh run.sh
- Navigate to the project directory:
cd Library-Management
- Run the Main class:
java src.Main
- Follow the on-screen instructions to use the Library Management System. You can register as a new user, login, and perform various library management tasks.
-- Testing is in progress --
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
- Side project as a Student : Kernel-rb
This project is licensed under the MIT License.