Skip to content

Latest commit

 

History

History
71 lines (40 loc) · 1.57 KB

README.md

File metadata and controls

71 lines (40 loc) · 1.57 KB

VehiRent (SOF Rental)

SOF Rental since 2020 specializing in the rental of cars, motorcyle, bicyle and commercial vehicles in The Java. With offices in The Jepara and Krasak, SOF Rental is one of the larger rental companies in the region. For both individuals and companies SOF Rental offers a solution for almost all (temporary) traffic requirements.

SOF Rental

Screenshots

App Gif

App Screenshot

App Screenshot

App Screenshot

Demo

Click Here

Installation

  1. Clone repository ini

    git clone https://github.com/ZumaAkbarID/VehiRent-Web.git

    Atau Download di Dropdown Code warna hijau

  2. Install composer package

    composer update
  3. Copy .env.example ke .env

    cp .env.example .env
  4. Konfigurasikan database pada file .env

  5. Lakukan migrasi dan seeding untuk data dummy

    Jangan lupa aktifkan Apache & MySql

    php artisan migrate --seed
  6. Jalankan aplikasi

    php artisan serve
  7. Add data menggunakan Postman

Authors