Shopping center management desktop application
Mallify is a C++ and Qt desktop application for managing shopping center operations from one place.
It brings together employees, tenants, shops, services, complaints, transactions, dashboards, and support tools inside a structured back-office application connected to an Oracle database.

Employee records and interface actions
- Employee, tenant, shop, service, and transaction management
- Complaint tracking and customer service follow-up
- Oracle database integration
- Dashboard views with operational statistics
- Backup and export utilities
- Voice, chatbot, and Arduino integration modules
- Qt desktop interface with light and dark visual assets
| Layer | Tools |
|---|---|
| Desktop app | C++, Qt 5, QML |
| Database | Oracle DB |
| UI | Qt Widgets, QSS themes, custom icons |
| Extra modules | Python utilities, voice tools, Arduino integration |
.
|-- app/ Qt application source and database export
|-- docs/ Project flyer
|-- media/ Demo GIFs
`-- README.md
- Qt 5 with Qt Creator
- C++ compiler supported by Qt
- Oracle Database client or ODBC setup
- Python 3 for the helper scripts
- Open
app/aab6_integration.proin Qt Creator. - Configure the C++ kit and Oracle database connection.
- Import the database schema from
app/export.sql. - Build and run from Qt Creator.
Mallify - Shopping center management desktop app


