-
Notifications
You must be signed in to change notification settings - Fork 0
Introduction
Kishor edited this page Aug 25, 2023
·
4 revisions
Develop a Java-based Library Management System to efficiently manage the inventory, borrowing, and returning of books for a local library.
- Add, Update, View, Delete,Search and List all Book.
- Register, Login, Update, Delete User.
- Borrow, Renew, Return and Check availability of a Book.
- Librarian
- Members
-
Introduction
- Purpose
- Features
- User Persona
- JavaDoc
-
Prerequisites
- Software Requirements
- Database Setup
-
Project Setup
- Java Project Creation
- Library Dependencies
-
Database
- Entity-Relationship Diagram (ERD)
- Database Tables
-
Modules
- User Module
- Book Module
- Borrow Module
-
Validations
- User Validations
- Book Validations
- Borrow Validations
-
Testing
- Unit Testing
-
Exception Handling
- Common Error Messages
- Exception Handling
-
Future Improvements
- Planned Features
- Roadmap
-
Resources
- External Libraries
- References