Developer : XPH0816
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 |
This Project is refer to the link below : https://github.com/wangyunpengbio/Library/
-
Create the Database with name "library" on your MySQL Database Management System
-
Import the .sql file to your Database Server
.sql file is use for setup the Database Server
- Change the Directory to that file
- Install the Requirements File
$ pip install -r requirements.txt
- Run the program
$ python main.py
or
$ python3 main.py