This project is a Library Management System that simplifies and automates the processes of managing books in a library. The system is built as a web application and provides a user-friendly interface for librarians or administrators to handle core library operations efficiently. Features:
*Add Books:
->Allows users to add new books to the library's collection. ->Includes details such as book title, author, genre, and a unique identifier (Book ID).
*Issue Books:
->Facilitates the process of issuing books to members. ->Tracks member information and the book issued, along with the issue date.
*Return Books:
->Handles book returns with ease. ->Updates the status of the book in the library database.
Dynamic Book ID Generation:
Automatically generates unique Book IDs to ensure proper organization and retrieval.
Database: MongoDB: A NoSQL database for storing and managing book and member records efficiently.
Installation and Setup:
->Install dependencies for the backend:
*npm install
->Start the server:
*node app.js
->Open the application in your browser:
*http://localhost:3000