Installation

1- Clone Project into Your Localhost

git clone https://github.com/muhammed-farghali/bellman_task.git

2- Be inside Project Directory

cd bellman_task

3- Install Composer Dependencies

composer install

4- Install NPM Dependencies

npm install

5- Create .env File

cp .env-example .env

6- Generate an App Encryption Key

php artisan key:generate

7- Create a symbolic link from public/storage to storage/app/public

php artisan storage:link

8- In .env File add Your DB and Mailtrap Credentials

APP_NAME=__YOUR__

DB_HOST=__YOUR__
DB_DATABASE=__YOUR__
DB_USERNAME=__YOUR___
DB_PASSWORD=__YOUR__

MAIL_USERNAME=__YOUR__
MAIL_PASSWORD=__YOUR__
MAIL_FROM_ADDRESS='test@test.test' // Or remove it

9- Migrate the database with seeding

php artisan migrate --seed

10- Finally, Use this account to login

Email: admin@admin.com
Password: password