Front End :
http://yourdomain.com
if any sub folder
http://yourdomain.com/ your-folder-name
Admin Section :
http://yourdomain.com/index.ph…
if any sub folder
http://yourdomain.com/ your-folder-name /index.php/admin/login

Dashboard:
After login You can see Dashboard with the current status of users,bookings,customers,vendors,vehicless

Material Used:
HTML,CSS,JS
PHP 5.6+
CodeIgniter 3.1.11 Framewok
MYSQL 5.6+
Settings & installation guide

Change Country for Google Places API

at views/home/home.php

at views/findcar/findcar.php

function initialize2() {
           var input = document.getElementById(‘location_to’);
    var options = {
  //types: [‘(regions)’],
  componentRestrictions: {country: “in”}
};

MYSQL:
Database:

The database and its tables is in zip folder.In PhpMyAdmin make a database name and click import.now browse and select *.sql file from unzipped folder and after submitting You can see all the tables there.

PHP:
config.php:

Path : application/config/config.php
Enter your domain name here example : http://www.example.com

database.php:

Path : application/config/database.php
Enter your database name,username & password

Operate & Manauals
Login:

Login with your username(email) & password stored in users tables

Dashboard:

In the Dashboard you can see users,bookings,vendors,customers data

Google API Key:

Login into Google console and get API Key and enable distance matrix, Google Places

set API key into admin settings

Bookings:

Manage Bookings