Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.73 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.73 KB

Requirements

-PHP version PHP 8.0.13
-MSQL version 5.7
-Laravel 9

Steps

-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"

Login Credentials

-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

Admin Dashboard Images

image image image

##Technician Dashboard Images image image

##User Dashboard Images image image

Unit Test

  • php artisan test --filter TicketTest