Coder Social home page Coder Social logo

rpg-coder / city-library-system-2020 Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 5.0 13.17 MB

a full-fledge City Library system

License: GNU General Public License v3.0

PHP 72.03% CSS 6.48% HTML 21.48%
city-library php-mysql mysql mysql-database web-development lamp-stack lamp phpmyadmin library-management-system library-management

city-library-system-2020's Introduction

City-Library-System-2020

A full-fledge City Library system for a Librarian

    Features

    • General
    • Easy to use GUI

    • Reader's Functions
    • Add to Cart Functionality
    • Borrow (single documents/ multiple documents)
    • Reserve (single documents/ multiple documents)
    • Return (single documents/ multiple documents)
    • Search Documents by Document's name or by the Publisher's name
    • Automatic Fine setting (Default Due-date: 20 days from document borrow date for each borrowed document)
    • Automatic Deletion of Reserved Document (Default: by 6PM / at Library close time every day)
    • Max Limit for Borrowing documents (Default: 10 documents per reader)

    • Admin's Functions
    • Add new Readers
    • Add new Documents / Copies
    • View all Library Branches (if any)
      • Miscellaneous
      • Taking Library Branch number and get the most popular book at the moment
      • Taking Library Branch number and get the active reader for that libranch branch
      • Most popular books of a given year
      • Average Fine paid by the borrowers from in a given interval date

    Installation Guide

    • Steps
    • Install Xampp: https://www.apachefriends.org/index.html
    • Place the Frontend folder htdoc*: $INSTALL_PATH\xampp\htdocs
      Run Apache in XAMPP and then open a browser enter url address as, localhost/Frontend/, to view the app.
    • Open MySQL Admin:
        Steps:
      • 1. `$ mysql -u root -p`
      • 2. Then we need to give access like this:
        `mysql> SET GLOBAL local_infile = true;`
        `mysql> exit`
      • 3. Command to use to populate database:
        `$ mysql --local-infile=1 -u root -p < initialize.sql`

    $INSTALL_PATH = the path where XAMPP files are located*

HAPPY USING

city-library-system-2020's People

Contributors

rpg-coder avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.