You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HR database system with 5 tables, 13 employees, self-referencing manager FK, and 15 analytical queries covering JOINs, subqueries, window functions (RANK, SUM OVER), salary history tracking, and de…
Interactive sales dashboard built with Flask, SQLite, and Chart.js. Features KPI cards (revenue, orders, customers), bar and doughnut charts for product performance, and a detailed product breakdow…
Role-based access control system with bcrypt password hashing, admin/editor/viewer roles, user management, and a full audit log of every login attempt and admin action. Built with MySQL, Flask, and…