📁 Backend Structure ├── app/ │ ├── Http/Controllers/Api/ # RESTful API controllers │ │ ├── AuthController.php # JWT authentication │ │ ├── ProjectController.php # Project CRUD operations ...
attendance_system/ ├── apps/ │ ├── api-gateway/ # API Gateway service │ ├── auth-service/ # Authentication service │ ├── employee-service/ # Employee management service │ ├── attendance-service/ # ...