Data System for the library management system, referencing to UTS Library. The aim of our project is not only student can borrow the books but also the laptops and calculate the correct amount of fine payment for overdue items.
python run testApplication/backend.py after installing the packages from requirements.txt open the frontend.html file in the same folder in your local machine to view the authors table
- Download
testApplication&WebAppfolders. - ensure python is enabled through running
python3 --versionin a command line interpretor. - if python is not installed head to
https://www.python.org/downloads/and follow steps in installer to install version 3.xx.x of python. ///following steps are mac specific, if using a windows device head to step 8// - input command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)into terminal and click enter/return. - enter macOS password and hit return
- input
brew update && brew upgradeinto terminal and hit return. - run
brew install python3 - download
requirements.txt - run
pip3 install -r requirements.txt - download
WebAppfolder and exctract files - open
index.htmlfile with chrome or safari depenidng on device's operating system.