Skip to content

vishalgondke/LibraryManagementSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

  • This is basically a software which can be used in libraries.
  • It helps by fastening the process of renting and returning a book.
  • An admin which is almost always the librarian has full control over the database
  • The front end is written in HTML and CSS integrated with Bootstrap.
  • The database is maintained using the RDBMS MySQL.
  • The backend is written in Vanilla Javascript.
  • The database keeps track of the library members, all the books in the library along with supplier and publisher details.
  • We also keep a log of all the books ever rented in a seperate table which can easily be accessed by the admin.
  • This keeps the whole process simple for the admin and fast for the member who is renting a book, which is essential for user satisfaction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 58.1%
  • JavaScript 41.9%