Skip to content

AdeeM03/Simple-Library-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Simple-Library-System

A library management system built using:

  • PHP (Frontend UI)
  • Flask (Python) โ€“ Backend API
  • MySQL โ€“ Database
  • JavaScript โ€“ Dynamic table, CRUD, search, sorting, pagination
  • HTML & CSS โ€“ UI/UX layout and styling

This project provides basic book management features such as adding, editing, deleting, and searching books.
All data is stored in a MySQL database and accessed through a Flask API. image image image

๐Ÿš€ Features

  • Add new books
  • Edit existing books
  • Delete books
  • Search by title, author, or ISBN
  • Sorting by table headers
  • Pagination with dynamic rows per page
  • Real-time total book count
  • Modal-based form input
  • Error/success alerts

โš™ Backend API (Flask)

  • RESTful API
  • JSON responses
  • MySQL integration
  • CORS enabled

๐Ÿ’พ Database

  • MySQL with:
    • Triggers
    • Stored procedures
    • Views (vw_books_availability)
    • Audit log (books_log

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published