An open API service indexing awesome lists of open source software.

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.

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:

![alt text](http://i.imgur.com/k6wglxr.png)

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:

![alt text](http://i.imgur.com/nTJT6it.png)

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:

![alt text](http://i.imgur.com/CA7yHAo.png)

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