Skip to content

loganjensen/Library-Management-System

Repository files navigation

Library-Loan-System

A simple front-end/back-end for a small university library loan system.
Note: You must be connected to the OSU VPN for the database queries to work.

Installation

First install the isolated package environment
manager if it isn't already available
pip install virtualenv
Next create a new virtual environment
virtualenv --python=python3 venv
# Activate the virtual environment in Bash.
# There are other scripts for other shells, like activate.fish and .ps1
source venv/bin/activate
# Once inside venv, pip will install packages isolated from your system
pip install -r requirements.txt
# The application should now be ready to run. To run in debug mode, use
FLASK_ENV=development flask run

About

A simple front-end/back-end for a small university library loan system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •