Simple Book library application written on flask with SQLite database.
git clone https://github.com/falsefox13/Library.git
cd Library
python3 -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python3 ./run.pygit clone https://github.com/falsefox13/Library.git
cd Library
python3 -m venv venv
cd venv/Scripts
activate.bat
cd ..
pip install -r requirements.txt
python3 ./run.pyPress CTRL+C to terminate the server.
use deactive or venv/Scripts/deactivate.bat to quit the virtual environment.
Python 3 is recommended, meanwhile this project is compatible with python 2.