Library-Management-System-MERN
Library-Management-System-MERN copied to clipboard
Library Management System built with the MERN (MongoDB, Express, React, and Node.js) stack. It allows librarians and library staff to manage books, borrowers, and borrowing activities efficiently. Wit...
Library Management System 📚
A web app for managing all the activities of a library like managing members and book transactions, built on MERN Stack

Video Demo
Show some ❤️ and 🌟 the repo to support the project
Index ✏️
- Library Management System 📚
- Video Demo
- Index ✏️
- Features Of LCMS 🚀
- Setup 🔥
- Frontend Setup 🍧
- Backend Setup 🍿
- Technologies 🛠
- Screenshots
- References 💻
- Author 📝
- Connect Me On 🌍
- License 🏆
Features Of LCMS 🚀
- Admin Login and Student Login
- Admin and Student Dashboard
- Adding Library Members
- Adding Books with Available Copies
- Issue and Return Transaction tracking of a Book by the Member
- Reserving a book for specific dates
- Showing the Achievements, Event Gallery
Setup 🔥
-
Fork the Repo
-
Clone the repo to your local machine
git clone <repo-url>
Frontend Setup 🍧
-
Get into the chatapp directory
cd frontend -
Run
yarnto install dependencies -
Create a
.envfile and create variables as mentioned in the.env.examplewith the values -
Run
yarn startto start the application
Backend Setup 🍿
-
Get into backend directory
cd backend -
Run
yarnto install dependencies -
Create a MongoDB account and get the MONOGO_URL for connecting the server and the Database
-
Create a
.envfile and create variables as mentioned in the.env.examplewith the values -
Run
nodemon server.jsto start the server [Should have installed nodemon globally]
Technologies 🛠
- ReactJS[Hooks]
- NodeJs
- ExpressJs
- MongoDB
Screenshots

References 💻
Author 📝
Connect Me On 🌍
License 🏆
This repository is licensed under MIT License. Find LICENSE to know more