This is a reusable plain version the varia library website. You can host your own website of books using just a simple csv file
library | ||
.gitignore | ||
makefile | ||
README.md | ||
requirements.txt |
varia-library-website
Work In Progress
Hacking
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
Or run make setup
.
$ FLASK_APP=library.page flask run
Or run make
.