Library Management System is a beginner-friendly Python web application created for managing a small library database. The project is built with Flask and uses SQLite for data storage. It allows the ...
Small Python/Flask web app with a flat SQLite schema. Intentionally boring: MVP-friendly, deployable to any host that runs Python 3, and migratable to Postgres later if submission volume demands. POST ...