fastopp.hashnode.devBuild a database-driven country store with images, admin, and FastAPI (Parts 2–3)Storing food images in a database In Part 1 of this series, the country store was built with FastAPI, Jinja templates, and Tailwind CSS using hard-coded data in pages.py. The cards looked fine, but the data model was basic and every change required e...Nov 16, 2025·8 min read
fastopp.hashnode.devBuild a Simple “Country Store” With FastAPI, Templates, and TailwindThis tutorial walks you through building a minimal “country store” web app in Python. You’ll start from a clean FastAPI-based starter, strip it down to the essentials, and then add a header, a product grid, and a basic data model. It’s designed for h...Nov 7, 2025·7 min read
fastopp.hashnode.devGetting Started with FastOpp using uvFastOpp is a student-friendly FastAPI starter for building AI web apps fast. It gives you admin, auth, database models, templates, and demo endpoints so you can focus on your idea instead of boilerplate. This guide gets you from zero to running local...Oct 31, 2025·5 min read
fastopp.hashnode.devDeploying FastOpp to Leapcell: A Step-by-Step GuideFastOpp is a modern FastAPI starter package for AI web applications that ships with auth, admin, demo data, and a few practical examples for real projects. Leapcell is a low-friction platform that gives you hosted services like Postgres and S3-compat...Oct 14, 2025·6 min read
fastopp.hashnode.devFastOpp on Serverless - Making Low-cost Deployment EasierThis guide shows how to fork FastOpp, run in a serverless environment, unlock Emergency Access to create your admin user, and initialize the demo data. It is optimized for cases where you cannot open a shell on the host. Low-cost serverless deploymen...Oct 8, 2025·6 min read