Welcome to DriveF1, a premium Formula 1-themed car rental system. This platform allows users to book from a curated collection of high-performance F1 cars and enables admins to manage bookings, feedback, and user data efficiently.
- User Registration & Login
- Car Booking Interface
- View Booking Status
- Submit Feedback
- Explore F1 Car Collections
- About & Contact Pages
- Admin Login
- View and Manage User Bookings
- Collect and View User Feedback
- Manage Car Collections
- View Registered Users
| Page | Preview |
|---|---|
| Home | ![]() |
| About Us | ![]() |
| Contact Us | ![]() |
| User Signup | ![]() |
| User Booking | ![]() |
| Booking Status | ![]() |
| Submit Feedback | ![]() |
| User Home | ![]() |
| Admin Login | ![]() |
| Admin Booking | ![]() |
| Admin Collection | ![]() |
| Admin Feedback | ![]() |
| Admin Users | ![]() |
Install XAMPP or any similar PHP server stack (WAMP, MAMP, LAMP).
Move or copy the folder DriveF1-Car-Rental-Service-main into your XAMPP htdocs directory:
C:\xampp\htdocs\DriveF1-Car-Rental-Service-mainOpen XAMPP Control Panel and start:
- Apache
- MySQL
- Open your browser and go to:
http://localhost/phpmyadmin
- Create a new database named "carrental"
- Click on Import tab and upload the "carrental.sql" file included in the project
Open the file (usually connection.php) and ensure the following:
$host = 'localhost';
$user = 'root';
$password = '';
$db = 'carrental';Navigate to:
http://localhost/DriveF1---Car-Rental-Service-main/If "index.php" is present, it will load automatically.
This project is for educational/demo purposes only.












