Skip to content

FaRes1979AI/UAE-PROPERTY_PLATFORM

Repository files navigation

UAE Property Intelligence Platform

A scalable, containerized SaaS platform for UAE property intelligence. Collects listing data, normalizes it, computes investment scores, and presents insights via a dashboard.

Tech Stack

  • Backend: Python 3.11, FastAPI, SQLAlchemy
  • Scraping: Playwright, Chromium
  • Database: PostgreSQL + PostGIS
  • Frontend: Next.js, TailwindCSS, Mapbox
  • DevOps: Docker, Dokploy

Project Structure

  • scraper/: Data collection (Playwright)
  • etl/: Extract, Transform, Load pipeline
  • scoring/: Investment scoring engine
  • api/: REST API (FastAPI)
  • frontend/: Dashboard (Next.js)
  • db/: Database schema and seeds
  • docker/: Dockerfiles and config
  • ops/: Operational scripts and docs

Getting Started

  1. Environment Setup: Copy .env.example to .env and configure variables.

    cp .env.example .env
  2. Run with Docker:

    docker-compose up -d --build
  3. Access Services:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors