From 219cf06276f254e70cfdf9d2d345838f6c6fcd65 Mon Sep 17 00:00:00 2001 From: "Abhishek Patil (patila12)" Date: Mon, 3 Jan 2022 17:26:30 +0000 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index be3f883..6b6b251 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,21 @@ Our online system has the following features:- Note: Only Admin access can make +How to access the website + +Start the XAMPP/WAMP's Control Panel and turn on the "Apache" and "MySQL". + +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. + +Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin +Create a new database naming "airline_reservation". +Import the provided SQL file. The file is known as "airline_reservation.sql" located inside the "Database file" folder. +Browse the Aircraft maintenance System in a browser. i.e. http://localhost/airline-ticket-reservation/home_page.php + + +Username: admin +password: passpass + This project was implemented using HTML & CSS for the front-end and PHP for the back-end. The database was created and updated using MySQL.