/car-rental-agency

This is a prototype of a Car Rental Agency's website. It is built using Bootstrap, PHP and MySQL live link https://cra.hashtagkolkata.com/.

Primary LanguagePHP

Car-Rental-Agency

This is a prototype of a Car Rental Agency's website. It is built using Bootstrap, PHP and MySQL. To login as Customer visit URL https://cra.hashtagkolkata.com/login.php. To Login as Agency visit URL https://cra.hashtagkolkata.com/agency/login.php. To see the available list of Cars vist URL https://cra.hashtagkolkata.com/available.php. All the mentioned URLs are accessable from the Header of the website.

How to use this on your Local Machine ?

Step 1: Download or clone the repostory.
Step 2: Download and install XAMPP.
Step 3: Store the folder in the XAMPP-> htdocs folder.
Step 4: Then open XAMPP and run Apche and MySQL.
Step 5: Create a database and the tables as mentioned in the Database codes.txt file.
Step 6: Open a browser and type http://localhost/folder_name_created_in_the_htdocs_folder/ in the search bar and hit ENTER.
TO BE NOTED:
1> Both Apache and MySQL must be running properly.
2> The downloaded repository must be kept in the htdocs folder.