rentcar-website

A car rental website built using Laravel 10 with minimalism and responsive user interface. Included admin dashboard

Stars
2
Committers
1

About Bali Bagus Rentcar Website

Bali Bagus Rentcar Website is a streamlined web application built with Laravel 10, designed to support car rental services with a focus on simplicity and ease of use. The application provides a user-friendly landing page and detailed car listings for potential customers, while also offering an administrative interface for managing the car inventory.

Key Features

  • Car Listings: View detailed information on available cars including make, model, price, and availability.
  • Booking System: Easy-to-use booking systems redirected to Whatsapp.
  • Admin Dashboard: Manage the cars with a comprehensive dashboard.
  • Responsive Design: Optimized for both desktop and mobile devices.

Getting Started

Requirements

  • PHP >= 8.0
  • Composer
  • MySQL database
  • Web Server: Apache, Nginx, or similar

Installation

  1. Clone Repository

     git clone https://github.com/your-username/rentcar-website.git
     cd rentcar-website
     composer install
    
  2. Create Environtment

    cp .env.example .env
    
  3. Generate Key in .env

    php artisan key:generate
    
  4. Create Database Create a database named "rentcar"

  5. Run The Migrations

    php artisan migrate --seed
    
  6. Run The Web

    php artisan server
    

    Visit http://127.0.0.1:8000 to access the application.

Related Projects