Skip to content

Development

Quick Setup

# Clone
git clone https://github.com/shellnoq/hafiz.git
cd hafiz

# Build
cargo build

# Test
cargo test

# Run
cargo run --bin hafiz-server

Requirements

  • Rust 1.75+
  • PostgreSQL 13+ (optional)
  • Docker (optional)