Overview
The Zeus server is a high-performance Rust backend built with Axum. It provides REST APIs for the mobile app to synchronize data.Features
High Performance
Rust and Axum for maximum throughput
Type Safe
Compile-time guarantees for API contracts
PostgreSQL
Reliable, ACID-compliant data storage
Docker Ready
Easy deployment with Docker Compose
Tech Stack
| Component | Technology | Purpose |
|---|---|---|
| Framework | Axum | Web framework |
| Database | PostgreSQL + SQLx | Type-safe SQL |
| Auth | JWT | Stateless authentication |
| Validation | Validator | Input validation |
| Serialization | Serde | JSON handling |

