Skip to content

Vexx-bit/Car-Rental

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš— Car Rental System

Car Rental System is a PHP-based web application that allows users to rent cars and administrators to manage car listings and bookings. It features a user-friendly interface for customers and an admin panel for managing the system.

🎯 Features

  • User registration and login
  • Browse available cars for rent
  • Book cars for specific dates
  • Admin panel to manage car listings and bookings
  • Responsive design for various devices

πŸ“ Project Structure

Car-Rental/
β”œβ”€β”€ admin/              --> Admin panel files
β”œβ”€β”€ assets/             --> CSS, JavaScript, and image assets
β”œβ”€β”€ includes/           --> PHP include files
β”œβ”€β”€ user/               --> User dashboard and booking files
β”œβ”€β”€ index.php           --> Homepage
β”œβ”€β”€ login.php           --> User login page
β”œβ”€β”€ register.php        --> User registration page
β”œβ”€β”€ contact.php         --> Contact form
β”œβ”€β”€ about.php           --> About page
β”œβ”€β”€ LICENSE             --> License file
  

βš™οΈ Installation

  1. Clone the repository:
    git clone https://github.com/Vexx-bit/Car-Rental.git
  2. Set up a MySQL database and import the provided SQL file:
    • Create a new database named carrental
    • Import the carrental.sql file located in the database/ directory
  3. Configure the database connection:
    • Open includes/config.php
    • Update the database credentials accordingly
  4. Run the application:
    • Place the project folder in your web server's root directory (e.g., htdocs for XAMPP)
    • Start your web server and navigate to http://localhost/Car-Rental/

πŸ” Default Login Credentials

User Account

  • Username: test@gmail.com
  • Password: Test@123

Admin Account

  • Username: admin
  • Password: Test@12345

πŸ“„ License

This project is licensed under the terms of the MIT License.

Developed with ❀️ by Samuel Kang'ethe

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published