library-project
Created by
grandeurkoe
This project simulates a Library website using the Flask framework.
Steps involved in working with SQLAlchemy:
- Create the app.
- Configure the SQLite database (new_library.db), relative to the app instance folder.
- Create an SQLAlchemy object .
- Initialize the app with the extension.
- Create table (Book).
- Perform CRUD operations on table using SQLAlchemy object.