Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 458 Bytes

README.md

File metadata and controls

13 lines (6 loc) · 458 Bytes

CS348 - Spring 2022 - Group 1 Project

A simple library management system made using Python and Flask that uses ORMs and Prepared Statements to query SQLite DB.

To run the application locally, clone the repo and run the following commands:

  • bash> source projv/bin/activate OR bash> pip install -r requirements.txt

  • bash> python3 test.py

Copy the webhost link i.e. http:// ###.#.#.#:####/ from the terminal and paste it into your web browser.