Skip to content

mir1198yusuf/library_mgmt_sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Library Management System built in PHP - CRUD (Create Read Update Delete) operations

I was a total beginner in Web technologies while developing this project, however I learnt a lot during the development. This sample application contains limited features and therefore can be updated to include new ones.

Brief description of project:

  • This application is designed for use only by librarian
  • Librarians can use this to CRUD records of books, users.

CRUD operations:

  • Add new books (book name, author name, book id, section name, rack number, row number, status whether available or issued, expected availability date if issued)
  • Delete books
  • Issue books
  • Add users
  • Delete users
  • Return books

Tools and technologies:

  • HTML - for structuring webpages
  • CSS - for styling webpages
  • JavaScript - for handling some webpage events
  • PHP - for interacting with databases to perform CRUD operations
  • XAMPP - for Apache web server & MariaDB/MySQL database (for local development)
  • Git - for version control
  • Sublime Text Editor - for writing code
  • 000webhost - for web server & MySQL database (for deployment)

The project is live at site

You can also see the demo video added in this repo.

About

Simple Library Management System in PHP

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published