LibMan is a library management system that helps librarians manage books, members, and borrowing/returning books.
The system is built using Java SpringBoot for the backend and React for frontend.
| Order | Name | Student ID |
|---|---|---|
| 1 | Tran Nguyen Phuc | ITCSIU21097 |
| 2 | Nguyen Mach Khang Huy | ITCSIU21072 |
| 3 | Bui Cong Vinh | ITCSIU22165 |
| 4 | Nguyen Bach Dong Phuong | ITCSIU22118 |
| 5 | Nguyen Thi Quynh Nga | ITCSIU22094 |
| 6 | Le Minh Duy | ITCSIU22037 |
| 7 | Nguyen Minh Viet | ITDSIU21130 |
| 8 | Tran Quoc Bao | ITITWE20033 |
- Clone the repo
git clone https://github.com/tnphucccc/LibMan.git
- Run the backend
cd backend mvn spring-boot:run - Run the frontend
cd frontend npm install npm run start - Open your browser and go to
http://localhost:5173/
- ✅ Add, update, delete books
- ✅ Add, update, delete authors
- ✅ Add, update, delete members
- ✅ Borrow, return books
- ✅ View borrowing history
- ✅ Search books