Skip to content

danisjohn99/ticket-app

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages