Add server database interaction

This commit is contained in:
Michael Mikovsky
2025-12-01 16:38:33 -07:00
parent 97bd45571b
commit d1a0050f45
10 changed files with 229 additions and 38 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// #![macro_use]
mod api;
mod database;
pub mod database;
pub use api::app::start_api;