A full-stack Library Management System developed using React for the frontend and Python for the backend. The application helps manage books, users, issuing and returning books, and provides reports through a user-friendly interface.
- User Login
- Book Management
- Search Books
- Issue Books
- Return Books
- Dashboard
- Reports
- User Registration
- React.js
- JavaScript
- CSS
- Python
- SQLite
Library-Management-System
│
├── backend
│ ├── app.py
│ ├── database.py
│ └── requirements.txt
│
├── frontend
│ ├── public
│ ├── src
│ ├── package.json
│ └── package-lock.json
│
├── README.md
└── .gitignore
git clone https://github.com/Manik-7/Library-Management-System.gitcd backend
pip install -r requirements.txt
python app.pycd frontend
npm install
npm startAdd screenshots of your application here.
Example:
- Login Page
- Dashboard
- Book Management
- Reports
- Role-based authentication
- Email notifications
- Barcode integration
- Fine calculation
- Cloud database support
K. Manik Prabhu
GitHub: https://github.com/Manik-7