https://github.com/muhammadhasham23/library-management-sytem
Library Management System made in core php.
https://github.com/muhammadhasham23/library-management-sytem
css3 html5 php phpmyadmin sql
Last synced: 10 months ago
JSON representation
Library Management System made in core php.
- Host: GitHub
- URL: https://github.com/muhammadhasham23/library-management-sytem
- Owner: MuhammadHasham23
- Created: 2017-08-30T15:42:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T16:04:28.000Z (over 8 years ago)
- Last Synced: 2025-04-04T13:06:41.430Z (about 1 year ago)
- Topics: css3, html5, php, phpmyadmin, sql
- Language: PHP
- Size: 162 KB
- Stars: 16
- Watchers: 3
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Title
This is a library mangement system made in core php, the following technologies were used:
* HTML
* CSS
* Bootstrap
* PHP
* JS
* SQL
## Getting Started
Just download the project and deploy on a server if working locally download (XAMPP,WAMPP etc).And use SQL
### Prerequisites
* XAMPP (if localhost)
* Any Server
You would also need SQL to manage backend.
### Installing
Download and run on server.
## Functions:
The project has two interfaces in general
1) User interface
2) Admin interface
3) Login interface for both above.
### User Interface:

The user interface deals with
* Displaying available books
* Searching for books
* Issue Books (it is ensured that the book is already not issued).
* Reserve Books (it is ensured that the book is not reserved before, and to let the user reserve it on a future date).
* Search books ( based on query entered the book is searched).
### Admin Interface:

The admin interface deals with
* Displaying all member records (includes member with reserved books,issued books etc).
* Displaying all book records.
* Update Book Records.
* Delete Book Records
* Add Book Records
* Add Member Records
* Delete Member Records
* Update Member Records.
### Login/Logout Interface:

The user cannot bypass login page.Sessions have been used for that.
## Contributing
Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Mohammad Hasham** - Complete Project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details