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.