- Clone the repository.
- Install the dependencies
composer install
- Update
.env
database credentials with yours. - Run the migrations with the seeding
php artisan migrate --seed
- Run the server
php artisan server
composer install
.env
database credentials with yours.php artisan migrate --seed
php artisan server