PROJECT_ID: ELI_PROPRETE_V1 | STATUS: DEPLOYED_PRODUCTION
Return to Terminal
Full-Stack Operational Deployment

Eli Proprete /
Operational Logic & ERP

Engineered a centralized business operating system. Beyond a service website, this deployment handles high-integrity booking transactions, staff scheduling, and a secure administrative kernel for business intelligence.

Client Entity Mexhide Karpuzi / Eli Proprete
Architecture Relational / MVC
Location Kosovo / France Service
Public Interface
[IMG_01] :: CLIENT_FACING_PORTAL
Service Registry
[IMG_02] :: DYNAMIC_SERVICE_CATALOG
Admin Control
[IMG_03] :: ADMIN_KERNEL_DASHBOARD

// Technical Brief

The challenge was to replace a fragmented manual booking process with an automated, highly available system. This solution focuses on atomic consistency in scheduling—ensuring that labor allocation never conflicts across different geographic service zones.

The backend leverages a normalized MySQL schema, with all ingress points protected via strictly parameterized queries and multi-layered server-side validation to mitigate injection and XSS vulnerabilities.

Core Infrastructure Features:
  • Role-Based Access Control (RBAC) for Admin & Staff hierarchies.
  • Automated Transactional Emails via SMTP integration (PHPMailer).
  • AJAX-driven booking engine for zero-refresh UX.
  • Revenue Analytics and Service performance tracking.

System Stack

PHP 8.x MySQL jQuery Linux/Apache REST Patterns SMTP

Architecture Patterns

  • - Singleton Database Class
  • - MVC Directory Structure
  • - Prepared Statement Factory
  • - Session Hijack Prevention
Back to Registry