Working on a new application hosted inhouse to finally get my data off of the internet. Basics for 6 of the 15 modules are done. Never though this type of work could make so happy. It’s a full CRUD app with Python data analysis.
Even though it’s home will be localhost: I’ve stuck strictly to the following features:
✅ Fully CRUD interface
✅ Securely managed sessions across all pages
✅ Secure $pdo connections, prepared statements for SQL queries
✅ 100% Responsive mobile display
✅ CSV and PDF export functionality
✅ Bar and pie chart showing total amounts per category using Chart.js (simple, beautiful, JS-based)
✅ Print-Friendly reports



Leave A Comment