KNI_Travels

KNI Travels Web App

KNI Travels is a travel website designed to make planning trips easier and faster. It helps users discover both international landmarks and local Philippine gems in one place.

The site is built as a Single Page Application, meaning you can browse and book trips instantly without annoying page reloads.


Key Features


Tech Stack


Performance

We focused on making the site fast and easy to use on phones and computers.


How to Run Locally

  1. Install XAMPP and start Apache & MySQL.
  2. Clone this repo into your XAMPP htdocs folder.
  3. Setup Database:
    • Go to http://localhost/phpmyadmin.
    • Create a database named kni_travels.
    • Import the backend/kni.sql file.
  4. Connect:
    • Check backend/db.php to make sure the settings match your XAMPP (usually user: root, password: empty).
  5. Run:
    • Open your browser and go to http://localhost/KNI_Travels/frontend/.

Developers (Group 8 - BSIT 3A, TUP Manila)