Подключение к Postgres и тестовый эндпоинт авторизации

This commit is contained in:
2025-03-22 03:20:55 +04:00
parent 3cf42eea8a
commit 9f7460973e
24 changed files with 1091 additions and 47 deletions

2
src/database/mod.rs Normal file
View File

@@ -0,0 +1,2 @@
pub mod schema;
pub mod models;