Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.23 KB

File metadata and controls

43 lines (35 loc) · 1.23 KB

📚 Library Management System

Description

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.

Features

  • 📝 User registration and login
  • 👥 Different user roles (admin and normal user)
  • 📖 Book management (borrowing, returning)
  • Version: 0.0.1

Installation

  1. Clone the repository:
    git clone https://github.com/Kernel-rb/Library-Management.git && cd Library-Management
  2. Run the run.sh script to compile the Java files:
    sh run.sh

Usage

  1. Navigate to the project directory:
    cd Library-Management
  2. Run the Main class:
    java src.Main
  3. 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

-- Testing is in progress --

Contributing

Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.

Author

  • Side project as a Student : Kernel-rb

License

This project is licensed under the MIT License.