This is web's application. It provide Car Rental's services.
- Reserve Cars
- Manage Cars
- Manage Web
- ...
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 thepassword
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
- Start mysql server
- Run
php artisan serve
By default, The WebServer will deploy on PORT: 8000
.
Open browser and access : localhost:8000
.