A mimicry of an online book database
"JPete Books" is a website built with the Flask micro-framework for Python, and is technically my second side project.
The main purpose behind developing this project was to further expand skills and knowledge related to Python and Flask
The website functions using the Jinga Templating Engine for rendering, and the data required being sourced from an SQLite database, using SQLAlchemy / Flask-SQLAlchemy.