-PHP version PHP 8.0.13
-MSQL version 5.7
-Laravel 9
-Clone the repository to your working environment
-Add .env file and setup database connection
-point to the repository using cmd & run "composer update"
-run "php artisan migrate"
-run user seeder using "php artisan db:seed --class=UserSeeder"
-"php artisan serve"
-"npm install" & "npm run dev"
-Admin Email & Password - [email protected] - admin@12345
-Technician Email & Password - [email protected] - technician@12345
-User1 Email & Password - [email protected] - user@12345
-User2 Email & Password - [email protected] - user@12345
- php artisan test --filter TicketTest