plot-pulse

PlotPulse - Interactive Plot Price Mapping PWA

A Progressive Web Application for interactive plot price mapping and availability tracking. Users can view plot information on an interactive map and contribute new data through long-press interactions.

🚀 Quick Start

Frontend (Local Development)

cd frontend
npm install
npm run dev

Backend (Local Development)

cd backend
mvn spring-boot:run

📚 Documentation

Deployment Guides

Configuration

Project Information

🛠️ Technology Stack

📁 Project Structure

plot-pulse/
├── frontend/          # React frontend application
├── backend/           # Spring Boot backend application
├── railway.toml       # Railway deployment configuration
└── docs/              # Documentation files

🔧 Development

Prerequisites

Environment Variables

See ENVIRONMENT_SETUP.md for detailed environment configuration.

📝 License

[Add your license here]