LandSeek is a capstone project developed as a digital marketplace for land hunting, enabling users to browse, inquire, and connect with land listings while providing administrators with a dedicated system to manage properties, users, and transactions efficiently. This project was presented during the Research Colloquium 2025 at Divine Word College of Legazpi, Albay, Philippines.
LandSeek: A Digital Marketplace for Land Hunting
LandSeek is a web-based capstone project designed to modernize the land hunting process by providing a centralized digital platform for discovering, managing, and promoting land properties.
The system is divided into two independent but connected applications:
- LandSeek – User-facing platform
- LandSeek Admins – Administrative management system
This project was successfully defended during the Research Colloquium (November 2025) at Divine Word College of Legazpi, Albay, Philippines.
The public-facing system used by clients and land seekers.
Core Features:
- Browse available land listings
- View detailed land information
- Search and filter properties
- Send inquiries via email (PHP Mailer)
- User-friendly interface
- Leaflet Map for convenient land seeking
Target Users:
- Buyers
- Investors
- Individuals searching for land properties
A separate administrative system for managing platform data.
Core Features:
- Admin authentication & access control
- Manage land listings (Delete and resolve issues)
- Manage users and inquiries
- Database management via phpMyAdmin
Target Users:
- System administrators
- Project managers
- HTML5
- CSS3
- JavaScript
- PHP (Native PHP)
- Node.js (for auxiliary features / scripts)
- PHP Mailer (email communication)
- MySQL / MariaDB
- phpMyAdmin (database GUI)
- XAMPP (Apache, PHP, MySQL)
- No frameworks (pure/native stack)
-
Install XAMPP
-
Copy project folders to:
C:\xampp\htdocs\ -
Start Apache and MySQL in XAMPP
-
Import database:
- Open
http://localhost/phpmyadmin - Create database
- Import
landseek.sql
- Open
-
Access systems:
-
User system:
http://localhost/landseek -
Admin system:
http://localhost/landseek_admins
-
- Uses PHP Mailer
- Configure SMTP credentials inside:
- Required for email verification
- Course: Capstone Project
- Institution: Divine Word College of Legazpi
- Location: Albay, Philippines
- Year: 2025
- Status: Research Colloquium Approved
- This project uses native PHP (no Laravel)
- Designed for academic and prototype purposes
- Can be extended to modern stacks (Laravel, Docker, APIs)
This project is intended for academic use only. All rights reserved to the developers.