YouTube demo: https://youtu.be/O2WPxHOd9bk
This library was created to store electronic books in pdf format. The user is offered a wide range of functionality: you can watch and download books. Using the admin panel you can:
- add a book
- change the book
- upload book files
- change the list of authors
- assign tags to the book
- edit the list of tags
- edit the general list of authors and the list of authors of the book
- close the book from viewing
For a user on the storefront you can do the following:
- Watch books
- Search all books by tag
Using:
Download Python: https://www.python.org/downloads/
Download pip Download Flask (cmd): pip install flask
Download PostgreSQL: https://www.postgresql.org/download/
Open pgAdmin4 and use backup: backup_library.tar or backup
Change DB data for your db (app.py, line 17)
run python app.py