aplikasi rental mobil
Clone the project
git clone https://github.com/Oecophyllaa/rentdrive.gitGo to the project directory
cd rentdriveInstall dependencies
composer install
npm install
npm run devCopy .env file
cp .env.example .envConfigure your database inside the .env file
DB_DATABASE=rentdrive
DB_USERNAME=root
DB_PASSWORD=secretMigrating tables
php artisan migrate --seedStart the server
php artisan serve