Skip to content

An Online Library System involves designing a web-based application to manage library operations. Users can search for books, borrow or return them, and administrators can maintain the book catalog.

License

Notifications You must be signed in to change notification settings

NajimAlfutini/Online-Library-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Online-Library-System

Services provided by the system to the following users:

  1. The library staff can store a new book to the book table.
  2. The library staff can retrieve and display a book information.
  3. The library staff can update a book information.
  4. The library staff can delete a book.
  5. The library students/academic staff can borrow a book.
  6. The library students/academic staff can return a book.
  7. The user is able to login, logout, and change password.
  8. The user is able to search for a book.

Instructions:

setup the project on a local computer:

  • Step 1: Download the source code and extract the file.

  • Step 2: Copy and paste the project folder in xampp/htdocs/.

  • Step 3: Open the phpMyAdmin and create database name project_library_db.

  • Step 4: Open Project_library/database and import “project_library_db”.

  • Step 5: Open the browser and go to URL http://localhost/Project_library/.

  • URL: http://projectlibrary.infinityfreeapp.com/

  • Sample members for testing:
    Username: NajimAlfetaini Password: najim0000
    Username: WaleedSaleh Password: waleed0000

  • Sample librarian for testing:
    Username: librarian Password: library0000

About

An Online Library System involves designing a web-based application to manage library operations. Users can search for books, borrow or return them, and administrators can maintain the book catalog.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages