Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.14 KB

File metadata and controls

41 lines (23 loc) · 1.14 KB

Library Management System

Library Management System is a desktop application developed using the C++ programming language and the Qt framework. The application allows librarians to manage the books, members, and borrowing records of a library.

Features

  • Login with username and password
  • Add, edit, and delete books
  • Add, edit, and delete members
  • Record borrowing and return of books

Prerequisites

  • C++ compiler
  • Qt framework

Getting Started

To get started with the Library Management System, follow these steps:

  1. Clone this repository:
git clone https://github.com/aamirali-dev/LibraryManagementSystem.git
  1. Open the project in your favorite C++ IDE or text editor.

  2. Compile and run the application.

  3. Use the default username and password to log in to the application.

Contributing

If you find any issues or have any suggestions for the application, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.