Skip to content

Introduction

Kishor edited this page Aug 25, 2023 · 4 revisions

Purpose

Develop a Java-based Library Management System to efficiently manage the inventory, borrowing, and returning of books for a local library.

Features

  • Add, Update, View, Delete,Search and List all Book.
  • Register, Login, Update, Delete User.
  • Borrow, Renew, Return and Check availability of a Book.

User Persona

  • Librarian
  • Members

JavaDoc

Table of Contents

  1. Introduction
    • Purpose
    • Features
    • User Persona
    • JavaDoc
  2. Prerequisites
    • Software Requirements
    • Database Setup
  3. Project Setup
    • Java Project Creation
    • Library Dependencies
  4. Database
    • Entity-Relationship Diagram (ERD)
    • Database Tables
  5. Modules
    • User Module
    • Book Module
    • Borrow Module
  6. Validations
    • User Validations
    • Book Validations
    • Borrow Validations
  7. Testing
    • Unit Testing
  8. Exception Handling
    • Common Error Messages
    • Exception Handling
  9. Future Improvements
    • Planned Features
    • Roadmap
  10. Resources
    • External Libraries
    • References

Clone this wiki locally