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