Clone the project
git clone https://github.com/abdulaziz-m5u/laravel-appointment-app.git project-nameGo to the project directory
cd project-name- Copy .env.example file to .env and edit database credentials there
composer install php artisan key:generate php artisan migrate:fresh --seed- email = admin@example.com
- password = 123

