- Institution: Sri Lanka Institute of Information Technology - 2023
- Group Number: MLB_WD 05.01_08
- Gayashan Hansaja
- Aweesha Thavishanka
- Nimendra Dilshan
- Dhananji Withanage
- Prasadi
- Go to the database directory of this repository.
- Download the
reservify.sql
file.
- Open your web browser and visit
localhost/phpmyadmin/
.
- Log in to PHPMyAdmin using your local development server's PHPMyAdmin credentials.
- Click on the "Databases" tab.
- Enter a name for your new database (e.g.,
reservify
) and click "Create."
- Select the newly created database in the left sidebar.
- Click on the "Import" tab.
- Click "Choose File" and select the downloaded
reservify.sql
file. - Click "Go" or "Import" to import the database schema and data.
- Your
reservify
database is now set up and ready to use for local development.
- Visit the Releases page of this repository.
- Download the latest release archive (e.g.,
Reservify-v1.0.zip
).
- Make sure you have a web server (e.g., Apache, Nginx) and PHP installed on your local machine. You can use tools like XAMPP or WAMP for a pre-configured environment.
- Extract the contents of the downloaded release archive to your web server's document root or the appropriate directory.
- Start your web server using its control panel or command-line tool.
- Open your web browser.
- Visit
localhost/[folder-name]
to access the website.
- You can now explore and test the Hotel Reservation System on your local machine.