Skip to content

17021084/Car_Rental_Online

Repository files navigation

CAR RENTAL

This is web's application. It provide Car Rental's services.

Function
  • Reserve Cars
  • Manage Cars
  • Manage Web
  • ...

Application demo Video

Installation

Make sure that you installed PHP7.2.24 and Composer 1.6.3 and npm

Clone project:

git clone https://github.com/17021084/Car_Rental_Online.git

then inport carrental.sql into database.

  • Change .env.example .env => .env

  • Open your .env file and change the database name (DB_DATABASE) to whatever you had , username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

  • By default, the username is root and you can leave the password field empty. (This is for Xampp)

  • By default, the username is root and password is also root. (This is for Lamp)

  • Generate key php artisan key:generate

To download module

composer install 
npm install

Usage

  • Start mysql server
  • Run
php artisan serve

By default, The WebServer will deploy on PORT: 8000.
Open browser and access : localhost:8000 .

About

a Website for rent car

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published