Local Development Setup
This guide covers setting up UIP - Urban Intelligence Platform for local development without Docker.
🎯 Overview
Local development allows for:
- Faster iteration with hot-reload
- Direct debugging in your IDE
- Easier access to logs and breakpoints
- Customizable development environment
📋 Prerequisites
Ensure you have installed:
- Python 3.9+
- Node.js 18+
- Git
- MongoDB (local or Docker)
- Neo4j (local or Docker)
- Redis (local or Docker)
See Prerequisites for detailed installation instructions.