Skip to content

falsefox13/Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BookLibrary

Simple Book library application written on flask with SQLite database.

Usage

For Unix users

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.py

For Windows users

git 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.py

Press 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.

About

Web system for managing library memberships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •