Simple Car Rental System Using CodeIgniter with Source Code

Language

This is a  Simple Car Rental System project that was developed using PHP CodeIgniter Framework. This project's main function is to manage the car rental businesses' transactions with their clients. I am sharing this source code to help other programmers especially beginners learn how to create a web application like this Simple Car Rental System using the PHP CodeIgniter language. Some of the features are not yet available in the source code such as the report but this might can help you to learn something useful for your future projects.

Features

  • Manage Car
  • Manage Customer Data
  • Rental Transactions
  • Return Transactions

This Mini-project was Developed using the FF:

  • PHP
  • MySQL Database
  • PHP CodeIgniter Framework v3
  • Bootstrap v4
  • SB Admin 2 Template
  • Sweet Alert

How to Run

Requirements

  • Download and Install any local web server such as XAMPP/WAMP.
  • Download the provided source code zip file. (download button is located below)

Installation/Setup

  1. Open your XAMPP/WAMP's Control Panel and start the "Apache" and "MySQL".
  2. Extract the downloaded source code file. Note the extracted folder must be named as "rental_mobil" otherwise, you will have to configure the base_url in this project.
  3. If you are using XAMPP, copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory. And If you are using WAMP, paste it into the "www" directory.
  4. Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
  5. Create a new database naming "rental_mobil".
  6. Import the provided SQL file. The file is known as "rental_mobil.sql" located inside the extracted source code folder.
  7. Browse the Car Rental System in a browser. i.e. http://localhost/rental_mobil

Account Info

Username: admin
Password: admin

DEMO

That's it! I hope this Simple Car Rental System in PHP CodeIgniter Framework will help you to enhance your programming capabilities using the said PHP Framework.

Enjoy :)

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.

Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:

1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.

Comments

Submitted bykingwashon Wed, 05/29/2019 - 01:11

Good work but incomplete. Some of the menus are not working

Add new comment