Update Technical Handout

mixel 2025-06-23 11:12:01 +02:00
parent 8677c11aba
commit b209fc5274

@ -70,7 +70,6 @@ Based on our implementation, we chose to build APIs for the following reasons:
### Deployment Strategy:
- **Static Binary**: Compiled as a statically linked Rust binary
- **Docker Support**: `backend.Dockerfile` for containerized deployment
- **Environment Configuration**: `.env` file support with dotenvy
### Database Schema:
```rust