From b209fc5274cafd4d562dbf1a953772fa3e6bfb44 Mon Sep 17 00:00:00 2001 From: mixel Date: Mon, 23 Jun 2025 11:12:01 +0200 Subject: [PATCH] Update Technical Handout --- Technical-Handout-%28restructured%29.md => Technical-Handout.md | 1 - 1 file changed, 1 deletion(-) rename Technical-Handout-%28restructured%29.md => Technical-Handout.md (96%) diff --git a/Technical-Handout-%28restructured%29.md b/Technical-Handout.md similarity index 96% rename from Technical-Handout-%28restructured%29.md rename to Technical-Handout.md index e0f3626..af59866 100644 --- a/Technical-Handout-%28restructured%29.md +++ b/Technical-Handout.md @@ -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