Git Product home page Git Product logo

library_management_system's Introduction

TINY LIBRARY MANAGEMENT SYSTEM

Description:

This is a library management system called Tiny Library or TinyLib in short. The project is written in Python as the main programming language, using MySQL as database system, I also use HTML and CSS to design the web page. The system is designed for library staffs to manage the library. System main functions include adding new authors, categories, publishers, member and books, searching for books by title or members by their name, issuing books for members, and finally returing borrowed books back to the library.

The project is written using Django framework. The project includes some automatically created files through Django and some self-made files. The "manage.py" file is the main file to run the system. The "templates" folder contains all the HTML files for the web. The "static" folder contains the main CSS file and inside static, there is the "img" folder containing all the images used for this project. The "TinyLib" folder is the project folder. The "home" folder is where I created the functions and database for this project.

Database design:

Below is my designed Entity Relationship diagram in order to build a database model for this project.

ER diagram

Testing:

Home page

By clicking to the "STAFF" we can be directed to the Signup or Login page.

Home

Signup or Login page

Signup or login

Signup page

signup

Login page

login

Dashboard

We will be directed to dashboard after logging in. We can see and edit books information here, we can also delete and search for books here.

dashboard

Add new author

author

Add new book type

category

Add new publisher

publisher

Add book

Before adding a new book, we have to make sure that the new book's author, type and publisher information are already inserted into the database.

newbook

Search book

We can search for a book by its title in the dashboard.

searchbook

Add member

addmember

View member

viewmember

Search member

searchmember

Issue book

issuebook

View issued books

viewissue

Return books

return

Reference:

Part of the project code is consulted from the TechVidvanLibrary project. Refer to: https://techvidvan.com/tutorials/python-library-management-system/

library_management_system's People

Contributors

phuongbui2711 avatar

Watchers

 avatar

library_management_system's Issues

Rename repos

Rename three repositories inside home (migrations) and Tinylib from pycache to pycache

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.