Installation
Prerequisites
- Python 3.10+
- PostgreSQL 15+
- Node.js 18+ (for web UI)
Quick Install
1. Clone the repository
2. Set up Python environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate
pip install -r requirements.txt
3. Configure environment
4. Initialize database
5. Install frontend dependencies
Docker Installation
This will start all services including PostgreSQL, API server, and web UI.