chore: scaffold axum server with in-memory CRUD, auth stub and tracing

This commit is contained in:
2026-04-19 16:03:04 +03:00
parent 132de93600
commit 90c9b9d6ff
10 changed files with 1756 additions and 13 deletions

3
backend/src/web/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod routes_file;
pub mod routes_health;
pub mod routes_login;