Skip to content

XPH0816/Library-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libarary Management System

License

FOSSA Status

Developer : XPH0816

Project

This Project is free to use and edit for library.

This Project contains the functions below :

Functions Category Description
Reader Management Librarian Use for Add new Reader or Change the Reader information
Book Management Librarian Use for Add new Book or Change the Book information
Lending Management Reader Use for Check in or Check out the Book
Check Lending Information Librarian Use for Checking the Lending Info

Project Reference

This Project is refer to the link below : https://github.com/wangyunpengbio/Library/

How to Start the Program

To Start the program

  1. Create the Database with name "library" on your MySQL Database Management System

  2. Import the .sql file to your Database Server

.sql file is use for setup the Database Server

  1. Change the Directory to that file
  2. Install the Requirements File
$ pip install -r requirements.txt
  1. Run the program
$ python main.py
or
$ python3 main.py