vehicle-managment-project/ ├── app/ │ ├── Services/ │ │ └── PermissionService.php ← Control de permisos │ ├── Exceptions/ │ │ └── UnauthorizedException.php │ ├── UseCases/ │ │ └── Vehiculo/ ← ...
Go to /backend directory for backend setup and run npm install Go to /frontend directory for frontend setup and run npm install Step 2: Configure mongodb connection url Go to backend directory and ...