1. Backend
cd backend
cp .env.example .env
cargo run
# http://localhost:4040A modern CRM/ERP demo for solo attorneys and small Turkish law firms. Clients, cases, events, invoicing, document storage — Rust + React + SQLite.
Vekâlet is a full-stack local app — Rust backend, React frontend. Run both on your own VPS or machine.
cd backend
cp .env.example .env
cargo run
# http://localhost:4040cd frontend
bun install # or pnpm / npm
bun run dev # http://localhost:5173