Initial commit

This commit is contained in:
arrelin
2025-12-09 13:23:14 +03:00
commit 9f86d8eeec
26 changed files with 4787 additions and 0 deletions

9
.env.example Normal file
View File

@@ -0,0 +1,9 @@
POSTGRES_USER=your_db_user
POSTGRES_PASSWORD=your_secure_password
POSTGRES_DB=family_budget
POSTGRES_PORT=5435
DATABASE_URL=postgresql://your_db_user:your_secure_password@localhost:5435/family_budget
APP_PORT=8080
RUST_LOG=info