Clone the project
git clone https://github.com/Oecophyllaa/rent-car.git
Go to the project directory
cd rent-car
Install dependencies
composer install
npm install
npm run build
Setup environment
cp .env.example .env
php artisan key:generate
php artisan migrate
Start the server
php artisan serve