/E-Book-Manager

Implementing Flask Blueprints

Primary LanguagePython

E-Book Manager

Developed a web app named E-Book Manager which would help simplify the administration of E-Books. The motive behind creating this web app was to learn and implement Flask Framework.

Significance:

  • The app has two types of Users:
    • Readers
    • Admin
  • Readers can login and view their subscriptions.
  • They can also subscribe for the book.
  • The admin can:
    • View Book Details
    • Add a book
    • Delete a book
    • Update book details.

Technical Requirements:

  • Flask
  • Flask Migrate
  • Flask Security
  • Flask Uploads
  • Flask Script
  • Flask SQL Alchemy

References: