Skip to content

sistem sewa mobil sederhana menggunakan laravel dan bootstrap

Notifications You must be signed in to change notification settings

Oecophyllaa/rentdrive

Repository files navigation

Logo

RentDrive

aplikasi rental mobil

Run Locally

Clone the project

  git clone https://github.com/Oecophyllaa/rentdrive.git

Go to the project directory

  cd rentdrive

Install dependencies

  composer install
  npm install
  npm run dev

Copy .env file

  cp .env.example .env

Configure your database inside the .env file

  DB_DATABASE=rentdrive
  DB_USERNAME=root
  DB_PASSWORD=secret

Migrating tables

  php artisan migrate --seed

Start the server

  php artisan serve

Authors

Tech Stack

laravel bootstrap midtrans

About

sistem sewa mobil sederhana menggunakan laravel dan bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors