first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:31:06 +03:00
commit 6e06119135
30 changed files with 1232 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#[tokio::test]
#[ignore]
async fn register_and_get_me() {
// This integration test is a placeholder. It requires a running DB and server.
// Marked #[ignore] to avoid running by default.
assert!(true);
}