Database management system for cataloging library books, users, and borrowing transactions.
- Framework: Flask (Python Micro Web Framework).
- Database: Local database connection.
- Architecture: REST API endpoints or server-rendered HTML templates.
Ensure you have the required runtimes installed:
-
Clone the Repository
git clone https://github.com/iamroidev/Library-Management-System.git cd Library-Management-System -
Install Dependencies
pip install -r requirements.txt
-
Launch Application
python app.py
Contributions, bug reports, and feature requests are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.