The Car Rental Project is a web application designed to facilitate the rental of vehicles. It allows users to browse available cars, make bookings, and manage their reservations. The application is built using PHP, providing a robust backend for handling user requests and database interactions.
- Download and unzip the file on your local system.
- Copy the
carrental
folder inside the root directory:- For XAMPP:
xampp/htdocs
- For WAMP:
wamp/www
- For LAMP:
var/www/html
- For XAMPP:
- Open phpMyAdmin.
- Create a database named
carrental
. - Import the
carrental.sql
file (available in the SQL folder inside the zip package).
- Open your browser and navigate to:
http://localhost/carrental
- Login Details for User:
- Username:
test@gmail.com
- Password:
Test@123
- Username:
- Open your browser and navigate to:
http://localhost/carrental/admin
- Login Details for Admin:
- Username:
admin
- Password:
Test@12345
- Username: