A full-stack Vehicle Rental System built to simplify the process of booking and managing vehicle rentals. This system allows users to browse available vehicles, make bookings, and manage their rentals, while the admin can add, update, or remove vehicle listings.
- View all available vehicles.
- Filter by vehicle type, brand, or price.
- Book a vehicle by selecting dates and duration.
- Manage bookings and rental history.
- Secure login for admin.
- Add/edit/delete vehicle listings.
- Manage user bookings.
- View total rentals and vehicle availability.
| Frontend | Backend | Database |
|---|---|---|
| HTML, CSS, JS | PHP (Core) | MySQL |
- PHP (e.g., XAMPP, WAMP, or LAMP)
- MySQL Server
- Git
-
Clone the repository:
git clone https://github.com/princethakarar/Vehicle-Rental-System.git
-
Move the project folder to your server directory:
- For XAMPP:
C:\xampp\htdocs\Vehicle-Rental-System
- For XAMPP:
-
Start Apache and MySQL using XAMPP.
-
Import the SQL file:
- Open http://localhost/phpmyadmin
- Create a new database, e.g.,
vrs - Import the provided
vrs.sqlfile from the project.
-
Run the project in your browser:
http://localhost/Vehicle-Rental-System

