A Library Management System built with a frontend in Bootstrap, backend in Python FastAPI, and MySQL as the database. This system helps manage books, users, and borrowing activities in a library setting.
- User management (add, update, delete users)
- Book management (add, update, delete books)
- Borrow/return functionality for users
- Search books by title, author, or ISBN
- Admin panel for managing books and users
- Frontend: HTML, CSS, Bootstrap 5
- Backend: Python, FastAPI
- Database: MySQL
- Authentication: JWT Tokens
- Clone the repository:
git clone https://github.com/omkarshirsath/library-management-system.git