🏛️ Landtrack Land Information System
✓ API Operational
System Information
- Name: Landtrack LIS
- Version: 1.0.0
- Status: Running in simplified mode
- Database: PostgreSQL
Available Endpoints
Health Check
GET /api/health
Search Parcels
GET /api/parcels/search?q={query}
Get Parcel
GET /api/parcels/{id}
Note: The system is currently running in simplified mode without Laravel framework.
Database connection may need configuration. Run the SQL setup script in pgAdmin to initialize the database.
Setup Instructions
- Open pgAdmin (included with Laragon PostgreSQL)
- Connect to the lislagos database
- Open the SQL file:
backend/setup_manual.sql
- Execute the SQL to create tables and sample data
© 2026 Landtrack LIS. All rights reserved.