Hjaltesorgenfrei / library-org

Organizational system for a library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Library Organization Project

Project Status

Missing features

  • manual create a new book page. The current way to create a new entry, is to submit-by-isbn which tries retrieve info about a book from google-books and openlibrary.org.
  • upload files(pdf) which then can be found from the index page,
  • some kind of textual mapping of location, ie. 2.12 is Asia.
Getting Started
  • fork and clone this repository
  • install in a virtual env. or run the docker-compose file ie.
pip install -r requirements.txt
FLASK_APP=controller.py python src/manage.py run  # or
python src/controller.py

OR

docker-compose up -d  # or for production
docker-compose up -d -f docker-compose.prod.yml

About

Organizational system for a library

License:MIT License


Languages

Language:Python 41.5%Language:HTML 35.1%Language:SCSS 16.1%Language:JavaScript 5.5%Language:Dockerfile 1.0%Language:Shell 0.9%