Welcome to the Library Management System GitHub repository! This web application is designed to simplify the management of books, members, and transactions within a local library. With a user-friendly interface and essential features, this tool aims to enhance the overall efficiency and organization of library operations.
-
Python: The application is built using Python, a versatile programming language known for its simplicity and readability.
-
Flask: Flask is used to create the web application, providing a microframework for building web solutions.
-
Flask-SQLAlchemy: This extension simplifies database interactions and management within the Flask application.
-
SQLite: SQLite is the chosen database engine, offering lightweight and efficient data storage.
-
Clone this repository to your local machine using:
git clone https://github.com/AJAY2-R/Library-management-system.git
-
Install the required packages using
pip install -r requirements.txt
. -
Set up the database using
flask db init
,flask db migrate
, andflask db upgrade
. -
Run the application using
flask run
and access it in your browser athttp://127.0.0.1:5000
. -
Explore the different features, including book management, member information, and transaction tracking.
Here are a few screenshots showcasing the interface and functionalities of the Library Management System:
Contributions to this project are welcome! Feel free to fork the repository, make your improvements, and submit a pull request. If you encounter any issues or have ideas for enhancements, please open an issue in the repository.
This project is licensed under the MIT License - see the LICENSE file for details.
With the Library Management System, we aim to make library operations smoother and more organized. We hope this tool proves valuable to libraries and their patrons. If you have any questions or feedback, please don't hesitate to reach out!