feat: initialize rust backend with axum server, seaorm models, and project scaffolding

This commit is contained in:
2025-12-18 18:46:56 +05:30
parent 9c0715637f
commit e2930d1cd5
17 changed files with 576 additions and 3 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# BACKEND
target/
Cargo.lock
config.yaml
backend/data/zhealth.db
backend/data/zhealth.db-wal
backend/data/zhealth.db-shm
# FRONTEND
# AI
# OS
.DS_Store
# IDE
.vscode/