feat: initialize rust backend with axum server, seaorm models, and project scaffolding
This commit is contained in:
7
backend/src/models/bio/mod.rs
Normal file
7
backend/src/models/bio/mod.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
//! Biomarker entities for health data tracking.
|
||||
|
||||
pub mod biomarker_entry;
|
||||
pub mod biomarker_type;
|
||||
|
||||
pub use biomarker_entry::Entity as BiomarkerEntry;
|
||||
pub use biomarker_type::Entity as BiomarkerType;
|
||||
Reference in New Issue
Block a user