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