Skip to content
Permalink
Browse files
Update README.md
  • Loading branch information
patila12 committed Jan 3, 2022
1 parent 8df0c6a commit 219cf06276f254e70cfdf9d2d345838f6c6fcd65
Showing 1 changed file with 15 additions and 0 deletions.
@@ -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.

0 comments on commit 219cf06

Please sign in to comment.