Skip to content

    library-project

    Created by
    grandeurkoe
    grandeurkoe

    This project simulates a Library website using the Flask framework.

    Steps involved in working with SQLAlchemy:

    1. Create the app.
    2. Configure the SQLite database (new_library.db), relative to the app instance folder.
    3. Create an SQLAlchemy object .
    4. Initialize the app with the extension.
    5. Create table (Book).
    6. Perform CRUD operations on table using SQLAlchemy object.