https://github.com/lakshayd02/the-library-zone_lms
A Full Stack Library Management System designed to help students and administrators manage books in a digital library environment. With features for managing book records, issuing and returning books, and tracking inventory, this system simplifies library operations.
https://github.com/lakshayd02/the-library-zone_lms
api auth auth0 authentication css css3 html html5 javascript localhost mysql mysql-database pdo php php7 xampp xampp-control-panel xampp-server
Last synced: 2 months ago
JSON representation
A Full Stack Library Management System designed to help students and administrators manage books in a digital library environment. With features for managing book records, issuing and returning books, and tracking inventory, this system simplifies library operations.
- Host: GitHub
- URL: https://github.com/lakshayd02/the-library-zone_lms
- Owner: LakshayD02
- Created: 2023-07-02T13:51:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T10:03:06.000Z (5 months ago)
- Last Synced: 2025-04-15T16:18:34.264Z (2 months ago)
- Topics: api, auth, auth0, authentication, css, css3, html, html5, javascript, localhost, mysql, mysql-database, pdo, php, php7, xampp, xampp-control-panel, xampp-server
- Language: PHP
- Homepage: https://screenrec.com/share/xAaJXz6NRd
- Size: 22.5 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-password.php
Awesome Lists containing this project
README
# π Full Stack Library Management System
A Full Stack Library Management System designed to help students and administrators manage books in a digital library environment. With features for managing book records, issuing and returning books, and tracking inventory, this system simplifies library operations.
# π Tech Stack
- Frontend: HTML, CSS, JavaScript, jQuery, AJAX
- Backend: PHP
- Database: MySQL# β¨ Features
1. For Students:
- π Signup & Login: Register and log in to access the library.
- π User Dashboard: View issued books and track books that havenβt been returned yet.
- π Issued Books: See a list of books currently issued to the student.2. For Admins:
- π Admin Login & Signup: Secure login and registration for library administrators.
- π Admin Dashboard:
- View books issued π
- Track books not returned π
- See registered users π₯
- Manage authors π and categories π3. π CRUD Operations for Books:
- Add, Edit, Delete, and View book entries to manage the libraryβs collection.4. π Additional Features:
- π Search Functionality: Search for books by title, author, or category.
- β‘ Real-Time Updates: AJAX-powered updates for smooth and fast interaction without page reloads.
- This system is a comprehensive solution for managing a library online, improving efficiency for both students and administrators! π# π Installation
- Clone this repository.
- Set up a local or remote server with PHP and MySQL.
- Import the database from the database.sql file.
- Enjoy managing your library! ππ