projects
Oct 26, 2025

Flask Books

A mimicry of an online book database

Overview

"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

  • GitHub Repository
  • Website

How it Functions

The website functions using the Jinga Templating Engine for rendering, and the data required being sourced from an SQLite database, using SQLAlchemy / Flask-SQLAlchemy.