Phase 2.2: MongoDB connection and models
This commit is contained in:
parent
1cf927f527
commit
154c3d1152
13 changed files with 544 additions and 5 deletions
9
backend/src/models/mod.rs
Normal file
9
backend/src/models/mod.rs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
pub mod user;
|
||||
pub mod family;
|
||||
pub mod profile;
|
||||
pub mod health_data;
|
||||
pub mod lab_result;
|
||||
pub mod medication;
|
||||
pub mod appointment;
|
||||
pub mod share;
|
||||
pub mod refresh_token;
|
||||
Loading…
Add table
Add a link
Reference in a new issue