GithubHelp home page GithubHelp logo

zwanski2019 / zwanski-maktabati Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mohammedshwabi/maktabati

0.0 0.0 0.0 11.57 MB

PHP web project designed for managing an electronic library.

Home Page: https://maktabati77.000webhostapp.com/

License: MIT License

JavaScript 7.44% PHP 61.00% CSS 4.95% Hack 26.62%

zwanski-maktabati's Introduction

Logo

maktabati

Status GitHub Pull Requests License

Electronic library management website

๐Ÿ“ Table of Contents

๐Ÿง About

web site story page

Maktabati is a PHP web project designed for managing an electronic library. This project includes a control panel that allows you to efficiently manage your library's resources. You can easily add, delete, and edit both books, authors, and categories, making it a powerful tool for library administration.

Features

  • Library Management: Add, delete, and edit books, authors, and categories.
  • Advanced Search: Utilize the advanced search feature to find specific resources within the library.
  • Book Information: View detailed information about each book, including ratings.
  • Electronic Copies: Upload electronic copies of books for easy access.

๐Ÿ“ท Screenshots

Here are some screenshots of the project:

Login Page:

Login Page

Books List Page:

books list page

Categories List Page:

categories list page

Authors List Page:

authors list page

Advance Search Page:

advance search page

Book Details Page:

book details page

โ›๏ธ Built Using

  • php
  • MySQL
  • Bootstrap
  • JQuery

โš™๏ธ Prerequisites

Before you begin, ensure you have met the following requirements:

  • PHP (>= 8.2.4) installed on your local machine.
  • Apache (>= 2.4.56) installed and configured.
  • MySQL (>= 8.2.4) or MariaDB database server.
  • Git You'll need Git to clone the repository.

๐Ÿ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

๐Ÿ“‚ Clone the Repository

Open your terminal/command prompt and run the following command to clone the repository:

git clone https://github.com/MohammedShwabi/maktabati

๐Ÿ’ป Setting Up the Environment

  1. Configure your web server to serve the project from the cloned directory. For example, with Apache, you can create a virtual host configuration:
<VirtualHost *:80>
    ServerName maktabati.local
    DocumentRoot "/path/to/maktabati"
    <Directory "/path/to/maktabati">
        Options Indexes FollowSymLinks
        AllowOverride All
        Require all granted
    </Directory>
</VirtualHost>

Replace "/path/to/maktabati" with the actual path to your project directory.

  1. Update your system's hosts file to point the domain to your local machine. On most systems, you can find this file at /etc/hosts (Linux/Mac) or C:\Windows\System32\drivers\etc\hosts (Windows). Add an entry like this:
127.0.0.1   maktabati.local

๐Ÿ’พ Database Setup

  1. Create a MySQL or MariaDB database for maktabati. You can do this using a tool like phpMyAdmin or via the command line:
CREATE DATABASE maktabati;
  1. Import the maktabati.sql file into your newly created database. You can do this using the command-line MySQL client:
mysql -u your_username -p maktabati < maktabati.sql

Replace 'your_username' with your database username and enter the corresponding password when prompted.

  1. Verify that the tables and test data have been imported successfully:
USE maktabati;
SHOW TABLES;

This should display a list of tables, indicating that the database setup was successful.

๐Ÿš€ Running the Project

Now that you have set up the project and the database, you can run the maktabati project on your local web server. Open a web browser and navigate to http://maktabati.local (or the domain you configured in your web server).

  1. enter the following credential to login to the web panel:
email: mohamed@gmail.com
password: 123

โš ๏ธ Troubleshooting

If you encounter any issues during the setup process, refer to the PHP documentation or search for solutions on Stack Overflow.

๐Ÿ”ง Future Work Recommendations

While the current version of Maktabati is functional, there are several areas where the project can be further developed and enhanced:

  • ๐Ÿ‘ฅ User management system.
  • ๐Ÿ‘ค User pages and user profiles.
  • ๐ŸŒ Support for multiple languages for books, authors and publishers.
  • ๐Ÿงน Sorting and filtering options for books.
  • ๐Ÿ‘ฅ Ability to associate multiple authors with a book.

If you are interested in contributing to the project, consider working on these future enhancements to make Maktabati even better!

๐Ÿ“ฑ Mobile App

A mobile app version of maktabati is also available. You can find the mobile app implementation of this project on GitHub:

The mobile app complements the web project and extends its functionality to mobile devices, providing a seamless user experience across platforms. Feel free to check it out and contribute to both the web and mobile versions of maktabati!

๐Ÿ™Œ Contributing

If you'd like to contribute to the project, feel free to submit pull requests.

๐Ÿ“œ License

This project is licensed under the MIT License.

โœ๏ธ Authors

See also the list of contributors who participated in this project.

zwanski-maktabati's People

Contributors

heshamnoaman avatar mohammedshwabi avatar zwanski2019 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.