Skip to content

Development Setup

sashatemereva13 edited this page Jan 4, 2026 · 1 revision

Development Setup

Prerequisites

  • Node.js >= 18
  • Python 3.12
  • SQLite

Backend

cd backend
npm install
node server.js

Python service

cd analysis_service
python3.12 -m pip install -r requirements.txt
python3.12 server.py

Clone this wiki locally