Create a website that shows your collection of books. Started by adding the cover image for each book so that they are rendered on the website beside their corresponding book titles. Added more users along with their respective usernames and passwords. Set their roles to either admin or reader. Allows the users to perform different actions on the website based on their roles. Defined a function that only allows users with the admin role to add new books to your website.
Installed the flask-restful library. Installed the flask-jwt-extended library.