Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.2 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.2 KB

Library Management System

This is Java based Library Management System with several features as shown in below. These are,

  1. Register new students

register

  1. Insert books to the system
  2. Withdraw books to students - Here check whether specific user has already taken a book and only if not book will be issued

register

  1. Return the book to system again

register

  1. Check statistics such as listing availble books list, issued book list, returned list etc.

register

Here, MySQL has been used as database management system.