Prerequisites
- Rust (latest stable)
- PostgreSQL (14 or later)
- Docker (optional)
- Git
Option 1: Docker (Recommended)
The fastest way to get started:http://localhost:3000.
Option 2: Manual Setup
1. Install Rust
2. Install PostgreSQL
macOS:3. Setup Database
4. Configure Environment
Create.env file:
5. Build and Run
Verify Installation
Development Workflow
Watch Mode
Automatically rebuild on changes:Run Tests
Database Migrations
Common Issues
Database Connection Failed
Compilation Errors
SQLx Compile-time Errors
Next Steps
Configuration
Learn about environment variables and configuration

